(pageId: string, topicId: string)
| 259 | * 删除 Topic |
| 260 | */ |
| 261 | export async function deleteTopic(pageId: string, topicId: string): Promise<void> { |
| 262 | await stores.message.deleteTopic(pageId, topicId) |
| 263 | } |
| 264 | |
| 265 | /** |
| 266 | * 切换 Topic 折叠状态 |
nothing calls this directly
no test coverage detected