mirror of
https://github.com/hicccc77/WeFlow.git
synced 2026-03-24 23:06:51 +00:00
支持联系人签名、标签分组、地区获取;优化导出效果
This commit is contained in:
@@ -1545,8 +1545,8 @@ function registerIpcHandlers() {
|
||||
return await chatService.resolveTransferDisplayNames(chatroomId, payerUsername, receiverUsername)
|
||||
})
|
||||
|
||||
ipcMain.handle('chat:getContacts', async () => {
|
||||
return await chatService.getContacts()
|
||||
ipcMain.handle('chat:getContacts', async (_, options?: { lite?: boolean }) => {
|
||||
return await chatService.getContacts(options)
|
||||
})
|
||||
|
||||
ipcMain.handle('chat:getCachedMessages', async (_, sessionId: string) => {
|
||||
|
||||
Reference in New Issue
Block a user