diff --git a/src/assets/icons/ic_report.vue b/src/assets/icons/ic_report.vue
new file mode 100644
index 0000000..996ae3c
--- /dev/null
+++ b/src/assets/icons/ic_report.vue
@@ -0,0 +1,6 @@
+
+
+
\ No newline at end of file
diff --git a/src/assets/translations/en.json b/src/assets/translations/en.json
index f076d63..3f9f80b 100644
--- a/src/assets/translations/en.json
+++ b/src/assets/translations/en.json
@@ -396,6 +396,7 @@
"message_history_warning": "warning: Full message history will be visible to new participants",
"report": "Report",
"report_info": "Report this room to service administrators for illegal, abusive or otherwise harmful content",
+ "report_event_info": "Report this message to service administrators for illegal, abusive or otherwise harmful content",
"report_reason": "Reason",
"confirm_make_admin": "Do you want to make this user an administrator?",
"confirm_revoke_admin": "Do you want to remove administrator rights from this user?",
diff --git a/src/components/Chat.vue b/src/components/Chat.vue
index 6360d5a..a5f3096 100644
--- a/src/components/Chat.vue
+++ b/src/components/Chat.vue
@@ -57,6 +57,7 @@
v-on:edit="edit(selectedEvent)"
v-on:redact="redact(selectedEvent)"
v-on:download="download(selectedEvent)"
+ v-on:report="reportEvent(selectedEvent)"
v-on:more="
isEmojiQuickReaction=true;
showMoreMessageOperations({event: selectedEvent, anchor: $event.anchor})
@@ -297,6 +298,7 @@
+