mirror of
https://github.com/chatmail/core.git
synced 2026-04-20 15:06:30 +03:00
api: Remove dc_chatlist_get_summary2()
It isn't used anywhere.
This commit is contained in:
@@ -345,13 +345,6 @@ export class Context extends EventEmitter {
|
||||
return binding.dcn_get_mime_headers(this.dcn_context, Number(messageId))
|
||||
}
|
||||
|
||||
getChatlistItemSummary(chatId: number, messageId: number) {
|
||||
debug(`getChatlistItemSummary ${chatId} ${messageId}`)
|
||||
return new Lot(
|
||||
binding.dcn_chatlist_get_summary2(this.dcn_context, chatId, messageId)
|
||||
)
|
||||
}
|
||||
|
||||
getChatMessages(chatId: number, flags: number, marker1before: number) {
|
||||
debug(`getChatMessages ${chatId} ${flags} ${marker1before}`)
|
||||
return binding.dcn_get_chat_msgs(
|
||||
|
||||
Reference in New Issue
Block a user