Skip to content

Commit

Permalink
fix fetchNewMessages order
Browse files Browse the repository at this point in the history
  • Loading branch information
Nagarei committed Jul 20, 2023
1 parent 8e0c00a commit 99f3daa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ const useChannelMessageFetcher = (
const { messages, hasMore } = await fetchMessagesByChannelId({
channelId: props.channelId,
limit: fetchLimit.value,
order: 'desc',
order: 'asc',
since: loadedMessageLatestDate.value
})

Expand Down

0 comments on commit 99f3daa

Please sign in to comment.