Skip to content

Commit

Permalink
Improve comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ras0q committed Sep 7, 2024
1 parent eeaac87 commit 30df6ed
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ const useChannelMessageFetcher = (
]
}

// 最新メッセージを作成日時昇順で取得
// 直近のメッセージを取得し作成日時昇順で並べ替えて返す
const fetchNewMessages = async (isReachedLatest: Ref<boolean>) => {
await waitHeightResolved
const { messages, hasMore } = await fetchMessagesByChannelId({
Expand Down

0 comments on commit 30df6ed

Please sign in to comment.