diff options
Diffstat (limited to 'src/view/screens/Notifications.tsx')
-rw-r--r-- | src/view/screens/Notifications.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/view/screens/Notifications.tsx b/src/view/screens/Notifications.tsx index 50832bd8d..85106f2de 100644 --- a/src/view/screens/Notifications.tsx +++ b/src/view/screens/Notifications.tsx @@ -18,6 +18,7 @@ export const Notifications = ({visible}: ScreenParams) => { if (!visible) { return } + store.me.refreshMemberships() // needed for the invite notifications if (hasSetup) { console.log('Updating notifications feed') notesView?.update() |