()
| 42 | fetchMentions(term?: string): Promise<SerializedUser[]>; |
| 43 | upload?(files: File[]): Promise<any>; |
| 44 | useUsersContext(): any; |
| 45 | onCloseThread?(): void; |
| 46 | onReopenThread?(): void; |
| 47 | onFocus?(): void; |
nothing calls this directly
no outgoing calls
no test coverage detected