(ui: Renderable)
| 79 | } |
| 80 | |
| 81 | private async bindForPost(ui: Renderable) { |
| 82 | return this.deps.registry.bindRenderable(ui, this.deps.conversationKey); |
| 83 | } |
| 84 | |
| 85 | /** |
| 86 | * Wire a posted message's `onReaction` to its returned id: cache it for this |
no test coverage detected