fixed the typing indicator
This commit is contained in:
parent
1f8e173e76
commit
b43c9e7f4f
6 changed files with 63 additions and 46 deletions
|
@ -8,6 +8,7 @@ class Member {
|
|||
user;
|
||||
roles = [];
|
||||
id;
|
||||
nick;
|
||||
static contextmenu = new Contextmenu("User Menu");
|
||||
static setUpContextMenu() {
|
||||
this.contextmenu.addbutton("Copy user id", function () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue