diff --git a/components/ui/report/ReportView.vue b/components/ui/report/ReportView.vue index 3c6ec16c..b1e7fda4 100644 --- a/components/ui/report/ReportView.vue +++ b/components/ui/report/ReportView.vue @@ -14,8 +14,8 @@ diff --git a/components/ui/thread/ConversationThread.vue b/components/ui/thread/ConversationThread.vue index 070956a4..d1a7b319 100644 --- a/components/ui/thread/ConversationThread.vue +++ b/components/ui/thread/ConversationThread.vue @@ -44,7 +44,9 @@ :message="message" :members="members" :report="report" + :auth="auth" raised + @update-thread="() => updateThreadLocal()" /> @@ -61,20 +63,23 @@
- +
@@ -168,7 +193,7 @@