Paul Fletcher-Hill
Paul Fletcher-Hill
Sure thing. Will open one by this weekend!
Awesome, thanks @SilentCicero!
Right now when a signer is removed, we add a `RevokeSignerJobPayload` to the `RevokeSignerJobQueue`. Then after an hour, the job is processed, and the `revokeMessagesBySigner` engine method is called, which...
@varunsrin are you sure this should be part of v2.0.0? Other than the profile metadata CRDT, I didn't think we wanted to add new message types for v2.0.0.
How would this relate to the `type` field already on a ReactionAdd message? Currently the type is only `like`.
### Proposal Update the ReactionAdd message to include two (character limited) strings: ``` type ReactionBody = { cast: CastURL; type: string; // limit to 12 characters (chosen arbitrarily) meta: string;...
#### Proposed spec for IRL event messages Extend CastShort message type to have an optional `event` attribute: ``` type CastShortBody = { embeds?: Web2URL[]; mentions?: UserURL[]; thread?: CastURL; parent?: CastURL;...