Filter incoming and outgoing messages using the blacklist.

// FREEBIE
This commit is contained in:
Matthew Chen 2017-04-01 16:45:58 -04:00
parent 06ad8733b2
commit 5a234e34d9
1 changed files with 3 additions and 0 deletions

View File

@ -280,6 +280,9 @@
/* Error mesage indicating that message send is disabled due to prekey update failures */
"ERROR_DESCRIPTION_MESSAGE_SEND_DISABLED_PREKEY_UPDATE_FAILURES" = "Unable to send due to stale privacy data.";
/* Error mesage indicating that message send failed due to blocklist */
"ERROR_DESCRIPTION_MESSAGE_SEND_FAILED_DUE_TO_BLOCKLIST" = "Message send failed due to blocklist.";
/* Generic error used whenver Signal can't contact the server */
"ERROR_DESCRIPTION_NO_INTERNET" = "Signal was unable to connect to the internet. Please try from another WiFi network or use mobile data.";