feat: in-chat mute button

resolves #73
This commit is contained in:
2023-08-04 18:28:08 +02:00
parent 22a799aac7
commit 78d9a2779a
5 changed files with 46 additions and 17 deletions

View File

@ -10,7 +10,7 @@ export enum LoginType {
}
interface ReplaceableTags {
tags: Array<string[]>;
tags: Tags;
content?: string;
timestamp: number;
}