Skip to content

fix: ユーザー情報のhasUnreadChannelが常にfalseになってしまっているのを修正

What

ユーザー情報のhasUnreadChannelが常にfalseになってしまっているのを修正

Why

バグ修正

Additional info (optional)

noteChannelId には channelId を指定するのが正しいが channelFollowingId が指定されてしまっているため NoteUnreads.findOne の結果が常に undefined になっている

Merge request reports