Operations to remove, replace, and remove all threads.
Details
Details
- Reviewers
tomek marcin atul - Commits
- rCOMM1bc50d14e8a2: [lib] add ops for message store threads
Process each operation and check if it works.
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
No Lint Coverage - Unit
No Test Coverage
Event Timeline
lib/utils/message-ops-utils.js | ||
---|---|---|
254 ↗ | (On Diff #25045) | to avoid native crashes for now, filtering or any other more readable approach makes flow complaining |
lib/types/message-types.js | ||
---|---|---|
416 ↗ | (On Diff #25099) | Threads are small objects, and there might be a situation when we will update a lot of them at once - that's why it's better to make one operation with multiple threads to reduce overhead. |
Comment Actions
@atul is rather busy right now and probably won't be able to review anytime soon, but if I recall correctly I think he was the original architect of the message ops, so would be good for him to take a pass here
Comment Actions
I can take a look this weekend after avatars work... hopefully that's not too much of a delay.