Initial work on public read receipts

Progress on #416
This commit is contained in:
Erkin Alp Güney 2022-03-04 22:00:59 +03:00 committed by GitHub
parent 70e0bd2003
commit 7cce144eab

View File

@ -33,6 +33,12 @@ export class ReadState extends BaseClass {
@Column({ nullable: true })
last_message_id: string;
@Column({ nullable: true })
public_ack: string;
@Column({ nullable: true })
notifications_cursor: string;
@Column({ nullable: true })
last_pin_timestamp?: Date;