diff --git a/app/javascript/ui/MessageList.vue b/app/javascript/ui/MessageList.vue index 69aaeb269..cca49d065 100644 --- a/app/javascript/ui/MessageList.vue +++ b/app/javascript/ui/MessageList.vue @@ -120,7 +120,6 @@ useInfiniteScroll(messageListRef, useThrottleFn(fetchMore, 1000), { :is-email-inbox="false" :group-with-next="shouldGroupWithNext(index, allMessages)" :inbox-supports-reply-to="false" - :current-user-id="currentUserId" />