mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-02 22:26:59 +02:00
Report abusif content and Ignore user.
- Room member: Add new option Ignore to ignore content from a room member - Chat screen: Add report option in the contextual per-message menu + Option to ignore the event sender
This commit is contained in:
@@ -121,8 +121,9 @@
|
||||
"room_participants_action_invite" = "Invite";
|
||||
"room_participants_action_leave" = "Leave this room";
|
||||
"room_participants_action_remove" = "Remove from this room";
|
||||
"room_participants_action_ban" = "Block";
|
||||
"room_participants_action_unban" = "Unblock";
|
||||
"room_participants_action_ban" = "Ban";
|
||||
"room_participants_action_unban" = "Unban";
|
||||
"room_participants_action_ignore" = "Ignore";
|
||||
"room_participants_action_set_default_power_level" = "Reset to normal user";
|
||||
"room_participants_action_set_moderator" = "Make moderator";
|
||||
"room_participants_action_set_admin" = "Make admin";
|
||||
@@ -144,6 +145,9 @@
|
||||
"room_event_action_share" = "Share";
|
||||
"room_event_action_redact" = "Redact";
|
||||
"room_event_action_permalink" = "Permalink";
|
||||
"room_event_action_report" = "Report";
|
||||
"room_event_action_report_prompt_reason" = "Enter a description of the problem content";
|
||||
"room_event_action_report_prompt_ignore_user" = "Do you want to ignore content from this user";
|
||||
"room_event_action_save" = "Save";
|
||||
"room_event_action_resend" = "Resend";
|
||||
"room_event_action_delete" = "Delete";
|
||||
|
||||
Reference in New Issue
Block a user