Add go to last msg button in chat bottom panel

This commit is contained in:
axolotle
2025-05-12 14:07:20 +02:00
committed by John Livingston
parent 3bc8d2466b
commit ccbfe8e6d5
4 changed files with 54 additions and 1 deletions

View File

@ -1,4 +1,5 @@
// SPDX-FileCopyrightText: 2024 John Livingston <https://www.john-livingston.fr/>
// SPDX-FileCopyrightText: 2025 Nicolas Chesnais <https://autre.space>
//
// SPDX-License-Identifier: AGPL-3.0-only
@ -68,7 +69,8 @@ const locKeys = [
'announcements_message_type_standard',
'announcements_message_type_announcement',
'announcements_message_type_highlight',
'announcements_message_type_warning'
'announcements_message_type_warning',
'back_to_last_msg'
]
module.exports = locKeys