Page MenuHomePhabricator

[web] Make ChatMessageList able to fetch messages if none are present
ClosedPublic

Authored by ashoat on Mar 6 2022, 3:46 PM.
Tags
None
Referenced Files
Unknown Object (File)
Nov 8 2024, 8:07 PM
Unknown Object (File)
Nov 2 2024, 8:31 AM
Unknown Object (File)
Oct 27 2024, 12:58 AM
Unknown Object (File)
Oct 26 2024, 8:17 AM
Unknown Object (File)
Oct 26 2024, 8:17 AM
Unknown Object (File)
Oct 26 2024, 8:17 AM
Unknown Object (File)
Oct 26 2024, 8:17 AM
Unknown Object (File)
Oct 22 2024, 1:23 AM

Details

Summary

With the changes in the earlier diff, we may end up with zero messages for a given thread. This diff makes it possible for us to fetch messages in that case.

Depends On D3350

Test Plan

I decreased defaultMaxMessageAge such that no messages got loaded at all, and made sure that when I opened a thread without messages, the messages were fetche
d

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

ashoat requested review of this revision.Mar 6 2022, 4:07 PM
This revision is now accepted and ready to land.Mar 8 2022, 6:50 AM