createdAt만 사용하던 정렬 로직을 다중 키로 변경하여 동일 시간에 messageId 오름차순이 보장되도록 수정. - 로컬 초기 로드: createdAt -> messageId -> localId asc - 서버 초기/증분 로드: createdAt -> messageId asc
createdAt만 사용하던 정렬 로직을 다중 키로 변경하여 동일 시간에 messageId 오름차순이 보장되도록 수정. - 로컬 초기 로드: createdAt -> messageId -> localId asc - 서버 초기/증분 로드: createdAt -> messageId asc