fix(actorStore): fetch and use actor teams in mentions

Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
This commit is contained in:
Maksim Sukharev
2025-02-18 17:32:52 +01:00
parent 0438b4433a
commit 8845411b7e
5 changed files with 70 additions and 2 deletions

View File

@ -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')
}