issue: https://linear.app/comm/issue/ENG-3170/create-a-keyserver-endpoint-for-the-message-search-within-specific
This endpoint allows searching messages. For now we can only search in one thread. It will have to be changed a bit in the future to be able to search in many threads, but we don't yet know how we will want that to work.
Details
Tested with the next diff
Diff Detail
- Repository
- rCOMM Comm
- Lint
No Lint Coverage - Unit
No Test Coverage
Event Timeline
lib/types/message-types.js | ||
---|---|---|
697 ↗ | (On Diff #25816) | Personally I don't think we really need these aliases, we could just use SearchMessagesResponse throughout. I don't feel strongly though |
We could probably go back to using isPinned property here. The thing we undid in D8097. This would make the code more readable, but it's up to you