mirror of
https://github.com/spacebarchat/server.git
synced 2024-11-10 20:52:42 +01:00
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 })
|
||||
mention_count: number;
|
||||
|
||||
@Column({ nullable: true })
|
||||
// @Column({ nullable: true })
|
||||
// TODO: derive this from (last_message_id=notifications_cursor=public_ack)=true
|
||||
manual: boolean;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user