mirror of
https://github.com/kokonect-link/cherrypick
synced 2024-11-02 08:05:58 +09:00
wip
This commit is contained in:
parent
a6a4bb6599
commit
9e8cfd76c8
@ -28,6 +28,12 @@ export class HomeStream extends Stream {
|
||||
os.store.dispatch('mergeMe', i);
|
||||
});
|
||||
|
||||
this.on('reciveFollowRequest', () => {
|
||||
os.store.dispatch('mergeMe', {
|
||||
pendingReceivedFollowRequestsCount: (os.store.state.i.pendingReceivedFollowRequestsCount || 0) + 1
|
||||
});
|
||||
});
|
||||
|
||||
this.on('read_all_notifications', () => {
|
||||
os.store.dispatch('mergeMe', {
|
||||
hasUnreadNotification: false
|
||||
|
Loading…
Reference in New Issue
Block a user