mirror of
https://github.com/nextcloud/spreed.git
synced 2025-08-15 20:33:18 +00:00
fix(actorStore): fetch and use actor teams in mentions
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
This commit is contained in:
@ -388,6 +388,7 @@ export default {
|
||||
if (getCurrentUser()) {
|
||||
console.debug('Setting current user')
|
||||
this.$store.dispatch('setCurrentUser', getCurrentUser())
|
||||
this.$store.dispatch('getCurrentUserTeams')
|
||||
} else {
|
||||
console.debug('Can not set current user because it\'s a guest')
|
||||
}
|
||||
|
Reference in New Issue
Block a user