Page MenuHomePhabricator

[lib] New action to fetch single message for a list of threads
ClosedPublic

Authored by ashoat on Mar 30 2022, 8:29 AM.
Tags
None
Referenced Files
F3294913: D3566.id10824.diff
Sat, Nov 16, 8:37 PM
F3294699: D3566.id11128.diff
Sat, Nov 16, 7:53 PM
F3294684: D3566.id11127.diff
Sat, Nov 16, 7:47 PM
F3293692: D3566.diff
Sat, Nov 16, 6:03 PM
Unknown Object (File)
Tue, Nov 5, 8:31 PM
Unknown Object (File)
Tue, Nov 5, 8:31 PM
Unknown Object (File)
Tue, Nov 5, 8:31 PM
Unknown Object (File)
Tue, Nov 5, 8:31 PM

Details

Summary

Needed to fetch messages for message previews

Test Plan

@def-au1t promised to help test this :)

Diff Detail

Repository
rCOMM Comm
Branch
ashoat/fetch_message_preview
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

For consistency, rename SimpleMessagesResponse to SimpleMessagesPayload. For types that are only used in action paylods, it's better to use the term "Payload". "Response" indicates this type is used by the server when responding to clients, which is not true in this case.

I tested it in "Thread subchannels" modal and the action seems to work correctly

This revision is now accepted and ready to land.Apr 4 2022, 10:36 AM

Thanks for helping test this, @def-au1t!

This revision was landed with ongoing or failed builds.Apr 6 2022, 2:08 PM
This revision was automatically updated to reflect the committed changes.