diff --git a/src/components/Main/MainView/ChannelView/ChannelViewContent/composables/useChannelMessageFetcher.ts b/src/components/Main/MainView/ChannelView/ChannelViewContent/composables/useChannelMessageFetcher.ts index 42cd7d19c..f16d845a5 100644 --- a/src/components/Main/MainView/ChannelView/ChannelViewContent/composables/useChannelMessageFetcher.ts +++ b/src/components/Main/MainView/ChannelView/ChannelViewContent/composables/useChannelMessageFetcher.ts @@ -159,7 +159,7 @@ const useChannelMessageFetcher = ( const { messages, hasMore } = await fetchMessagesByChannelId({ channelId: props.channelId, limit: fetchLimit.value, - order: 'desc', + order: 'asc', since: loadedMessageLatestDate.value })