diff options
author | Madeline <46743919+MaddyUnderStars@users.noreply.github.com> | 2022-04-20 18:30:17 +1000 |
---|---|---|
committer | Madeline <46743919+MaddyUnderStars@users.noreply.github.com> | 2022-04-20 18:30:17 +1000 |
commit | d35f7b7fcf0a18904e4372dfeaa8b297d4d2ffdc (patch) | |
tree | fc043057061b1264800cb6899fc9aec4ad1c08fc /util/src/entities/ReadState.ts | |
parent | Trying my hand at implementing desktop voice, magic packets courtesy of that ... (diff) | |
parent | Try catch cpu log (diff) | |
download | server-d35f7b7fcf0a18904e4372dfeaa8b297d4d2ffdc.tar.xz |
Merge branch 'master' into maddyrtc
Diffstat (limited to 'util/src/entities/ReadState.ts')
-rw-r--r-- | util/src/entities/ReadState.ts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/util/src/entities/ReadState.ts b/util/src/entities/ReadState.ts index e6d73105..b915573b 100644 --- a/util/src/entities/ReadState.ts +++ b/util/src/entities/ReadState.ts @@ -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; } |