Uncommenting action
This commit is contained in:
parent
5565ddd3f4
commit
5d8d729bd7
2 changed files with 5 additions and 5 deletions
|
@ -923,7 +923,7 @@ ${escapedMessage}
|
|||
uuid: localUserStore.getLocalUser()?.uuid,
|
||||
nickname: localUserStore.getName(),
|
||||
roomId: this.RoomId,
|
||||
tags: this.connection ? this.connection.getAllTag() : []
|
||||
tags: this.connection ? this.connection.getAllTags() : []
|
||||
})
|
||||
}));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue