New features: announcements WIP (#518).

This commit is contained in:
John Livingston
2024-09-11 19:21:57 +02:00
parent b357619f7a
commit 8944bb95d8
11 changed files with 235 additions and 9 deletions

9
conversejs/lib/@types/global.d.ts vendored Normal file
View File

@ -0,0 +1,9 @@
// SPDX-FileCopyrightText: 2024 John Livingston <https://www.john-livingston.fr/>
//
// SPDX-License-Identifier: AGPL-3.0-only
// Important note: loc segments that are declared here must also be in loc.keys.js (for now).
declare const LOC_ANNOUNCEMENTS_MESSAGE_TYPE_STANDARD: string
declare const LOC_ANNOUNCEMENTS_MESSAGE_TYPE_ANNOUNCEMENT: string
declare const LOC_ANNOUNCEMENTS_MESSAGE_TYPE_HIGHLIGHT: string