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
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
Unknown Object (File)
Tue, Nov 5, 8:30 PM
Unknown Object (File)
Tue, Nov 5, 8:28 PM
Unknown Object (File)
Oct 14 2024, 1:02 AM
Unknown Object (File)
Sep 23 2024, 8:42 AM

Details

Summary

Needed to fetch messages for message previews

Test Plan

@def-au1t promised to help test this :)

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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.