Merge branch 'issue-392-other-user-stale-data' into 'develop'
#392: stale data served to new user account Closes #392 See merge request pleroma/pleroma-fe!625
This commit is contained in:
commit
09b0f6dd87
4 changed files with 37 additions and 19 deletions
|
@ -11,7 +11,8 @@ const Notifications = {
|
|||
const store = this.$store
|
||||
const credentials = store.state.users.currentUser.credentials
|
||||
|
||||
notificationsFetcher.startFetching({ store, credentials })
|
||||
const fetcherId = notificationsFetcher.startFetching({ store, credentials })
|
||||
this.$store.commit('setNotificationFetcher', { fetcherId })
|
||||
},
|
||||
data () {
|
||||
return {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue