wip
This commit is contained in:
parent
a6a4bb6599
commit
9e8cfd76c8
|
@ -28,6 +28,12 @@ export class HomeStream extends Stream {
|
||||||
os.store.dispatch('mergeMe', i);
|
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', () => {
|
this.on('read_all_notifications', () => {
|
||||||
os.store.dispatch('mergeMe', {
|
os.store.dispatch('mergeMe', {
|
||||||
hasUnreadNotification: false
|
hasUnreadNotification: false
|
||||||
|
|
Loading…
Reference in New Issue