Update to libsignal v0.67.4

This commit is contained in:
andrew-signal
2025-03-11 22:42:41 -04:00
committed by Greyson Parrelli
parent b563d7e855
commit 8101fcbd8d
3 changed files with 17 additions and 11 deletions

View File

@@ -529,5 +529,11 @@ class LibSignalChatConnection(
}
}
}
override fun onReceivedAlerts(chat: ChatConnection, alerts: Array<out String>) {
if (alerts.isNotEmpty()) {
Log.i(TAG, "$name Received ${alerts.size} alerts from the server")
}
}
}
}