mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-23 20:43:08 +02:00
wip
This commit is contained in:
parent
a6a4bb6599
commit
9e8cfd76c8
1 changed files with 6 additions and 0 deletions
|
@ -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 a new issue