summaryrefslogtreecommitdiffstats
path: root/ui/src/components/inbox.tsx
diff options
context:
space:
mode:
authorDessalines <tyhou13@gmx.com>2020-03-08 00:27:58 -0500
committerDessalines <tyhou13@gmx.com>2020-03-08 00:27:58 -0500
commit7bb18bf73cf8b5f7743c4f0d3057b882ee6873b6 (patch)
tree751bdb2ea583e6298718521015314408147352a0 /ui/src/components/inbox.tsx
parent63051717d732c9b53faf0664c3c8c335669de1e0 (diff)
Add icons for private message actions. Fixes #582
Diffstat (limited to 'ui/src/components/inbox.tsx')
-rw-r--r--ui/src/components/inbox.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/src/components/inbox.tsx b/ui/src/components/inbox.tsx
index 8ced73f0..afd9bf95 100644
--- a/ui/src/components/inbox.tsx
+++ b/ui/src/components/inbox.tsx
@@ -369,6 +369,7 @@ export class Inbox extends Component<any, InboxState> {
this.sendUnreadCount();
window.scrollTo(0, 0);
this.setState(this.state);
+ setupTippy();
} else if (res.op == UserOperation.MarkAllAsRead) {
this.state.replies = [];
this.state.mentions = [];