Quick reactions
This commit is contained in:
parent
5589131c86
commit
29acde8604
15 changed files with 454 additions and 137 deletions
|
|
@ -38,6 +38,11 @@ export default {
|
|||
return this.$store.state.auth.user;
|
||||
},
|
||||
|
||||
currentUserId() {
|
||||
const user = this.currentUser || {}
|
||||
return user.user_id;
|
||||
},
|
||||
|
||||
currentRoomId() {
|
||||
return this.$store.state.currentRoomId;
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue