Page MenuHomePhabricator

[native] Make MessageList able to fetch messages if none are present
ClosedPublic

Authored by ashoat on Mar 6 2022, 4:18 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Nov 6, 11:36 AM
Unknown Object (File)
Sat, Nov 2, 8:32 AM
Unknown Object (File)
Sat, Oct 26, 8:18 AM
Unknown Object (File)
Sat, Oct 26, 8:17 AM
Unknown Object (File)
Sat, Oct 26, 8:17 AM
Unknown Object (File)
Oct 15 2024, 7:57 AM
Unknown Object (File)
Oct 12 2024, 7:03 AM
Unknown Object (File)
Oct 10 2024, 7:58 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 D3351

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
No Lint Coverage
Unit
No Test Coverage

Event Timeline

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