mirror of
https://github.com/spacebarchat/server.git
synced 2024-11-06 10:52:31 +01:00
parent
dc9ec4f093
commit
43b02a4da5
@ -33,6 +33,12 @@ export class ReadState extends BaseClass {
|
|||||||
|
|
||||||
@Column({ nullable: true })
|
@Column({ nullable: true })
|
||||||
last_message_id: string;
|
last_message_id: string;
|
||||||
|
|
||||||
|
@Column({ nullable: true })
|
||||||
|
public_ack: string;
|
||||||
|
|
||||||
|
@Column({ nullable: true })
|
||||||
|
notifications_cursor: string;
|
||||||
|
|
||||||
@Column({ nullable: true })
|
@Column({ nullable: true })
|
||||||
last_pin_timestamp?: Date;
|
last_pin_timestamp?: Date;
|
||||||
|
Loading…
Reference in New Issue
Block a user