mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-26 11:51:10 +01:00
Support pinned messages in backups.
This commit is contained in:
committed by
jeffrey-signal
parent
b99fec4274
commit
b65079ec20
@@ -216,6 +216,11 @@ class ArchiveImportExportTests {
|
||||
runTests { it.startsWith("chat_item_poll_") }
|
||||
}
|
||||
|
||||
// @Test
|
||||
fun chatItemPinMessage() {
|
||||
runTests { it.startsWith("chat_item_pin_message_") }
|
||||
}
|
||||
|
||||
// @Test
|
||||
fun notificationProfiles() {
|
||||
runTests { it.startsWith("notification_profile_") }
|
||||
|
||||
Reference in New Issue
Block a user