attachment reply fix
This commit is contained in:
parent
adddd366f2
commit
ec08cdfde0
3 changed files with 17 additions and 2 deletions
|
@ -36,7 +36,12 @@ class Localuser {
|
|||
badges = new Map<
|
||||
string,
|
||||
{id: string; description: string; icon: string; link?: string; translate?: boolean}
|
||||
>(badgeArr);
|
||||
>(
|
||||
badgeArr as [
|
||||
string,
|
||||
{id: string; description: string; icon: string; link?: string; translate?: boolean},
|
||||
][],
|
||||
);
|
||||
lastSequence: number | null = null;
|
||||
token!: string;
|
||||
userinfo!: Specialuser;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue