Needed to fetch messages for message previews
Details
Details
@def-au1t promised to help test this :)
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Branch
- ashoat/fetch_message_preview
- Lint
No Lint Coverage - Unit
No Test Coverage
Event Timeline
Comment Actions
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.