summaryrefslogtreecommitdiffstats
path: root/ui/src/interfaces.ts
diff options
context:
space:
mode:
authorDessalines <tyhou13@gmx.com>2020-02-11 10:14:09 -0500
committerDessalines <tyhou13@gmx.com>2020-02-11 10:14:09 -0500
commit774518e4fe336ac60c6e8ccdbc9a98e0cb8b9310 (patch)
treee210171524334915a06e6baa03ac2f569b42efda /ui/src/interfaces.ts
parentf1392dc9a7beebcb86d7109a2b408344c2abcecc (diff)
Fixing unread indicator on link click. Fixes #527
Diffstat (limited to 'ui/src/interfaces.ts')
-rw-r--r--ui/src/interfaces.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/src/interfaces.ts b/ui/src/interfaces.ts
index 23551b59..5846b548 100644
--- a/ui/src/interfaces.ts
+++ b/ui/src/interfaces.ts
@@ -93,6 +93,7 @@ export interface User {
lang: string;
avatar?: string;
show_avatars: boolean;
+ unreadCount?: number;
}
export interface UserView {