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:
giomfo
2016-05-03 18:29:54 +02:00
parent 8c3b8ffec8
commit 8168641c42
3 changed files with 143 additions and 44 deletions
+6 -2
View File
@@ -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";