diff --git a/src/components/UI/MessagePanel/MessagePanel.vue b/src/components/UI/MessagePanel/MessagePanel.vue index da6c32bffd..71798ea591 100644 --- a/src/components/UI/MessagePanel/MessagePanel.vue +++ b/src/components/UI/MessagePanel/MessagePanel.vue @@ -63,7 +63,7 @@ const props = withDefaults( message: Message | ActivityTimelineMessage lineClampContent?: boolean showContextMenuButton?: boolean - to: string + to: Location }>(), { titleType: 'channel' as const,