Implementation of getTag of the current user
documentation of getTag Adding map for test of getTag
This commit is contained in:
parent
96545c618a
commit
2f9cc393a7
9 changed files with 354 additions and 3 deletions
|
@ -598,4 +598,11 @@ export class RoomConnection implements RoomConnection {
|
|||
public isAdmin(): boolean {
|
||||
return this.hasTag('admin');
|
||||
}
|
||||
|
||||
public getAllTag() : string[] {
|
||||
this.tags.push('TEST');
|
||||
this.tags.push('TEST 2');
|
||||
this.tags.push('TEST 3');
|
||||
return this.tags;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue