with public read receipts explicitly stored, no need to store manual flag of the read mark
This commit is contained in:
parent
bb51c54276
commit
7bb42cb1ff
@ -49,6 +49,7 @@ export class ReadState extends BaseClass {
|
|||||||
@Column({ nullable: true })
|
@Column({ nullable: true })
|
||||||
mention_count: number;
|
mention_count: number;
|
||||||
|
|
||||||
@Column({ nullable: true })
|
// @Column({ nullable: true })
|
||||||
|
// TODO: derive this from (last_message_id=notifications_cursor=public_ack)=true
|
||||||
manual: boolean;
|
manual: boolean;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user