chore: Update translations

This commit is contained in:
2023-09-05 14:18:25 +00:00
parent 5ef3fb0337
commit c72cdcc9a9
58 changed files with 112 additions and 114 deletions

View File

@ -39,8 +39,8 @@ export class Nip24ChatSystem extends ExternalStore<Array<Chat>> implements ChatS
value: v,
type: TLVEntryType.Author,
length: v.length,
}) as TLVEntry,
),
} as TLVEntry)
)
);
};
return dedupe(messages.map(a => chatId(a))).map(a => {
@ -72,7 +72,7 @@ export class Nip24ChatSystem extends ExternalStore<Array<Chat>> implements ChatS
} as {
t: number;
title: string | undefined;
},
}
);
return {
type: ChatType.PrivateDirectMessage,