(threadId: string)
| 70 | setTopics: React.Dispatch<React.SetStateAction<SerializedTopic[]>>; |
| 71 | deleteMessage(messageId: string): void; |
| 72 | muteThread(threadId: string): void; |
| 73 | unmuteThread(threadId: string): void; |
| 74 | pinThread(threadId: string): void; |
| 75 | starThread(threadId: string): void; |
nothing calls this directly
no outgoing calls
no test coverage detected