Skip to content

删除消息,撤回消息接口调完之后,再去调用获取历史消息,仍然可以获取到 #129

@627171314

Description

@627171314

这两个接口:
jmessage.retractMessage(target: type, serverMessageId: messageId);
jmessage.deleteMessageById(type: type, messageId: messageId);

调用完,再调用获取历史消息接口:
jmessage.getHistoryMessages(type: type, from: from, limit: limit, isDescend: false);
仍然能获取到被删除或被撤回的消息

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions