Skip to content

[BUG] setConversation lacks the draftText parameter. #166

@cipchk

Description

@cipchk

OpenIM Server Version

3.8.3

Operating System and CPU Architecture

Linux (AMD)

Deployment Method

Source Code Deployment

Bug Description and Steps to Reproduce

await IMSDK.setConversation({
  conversationID: conversationID,
  draftText: draftText.length > 0 ? draftText : ''
});

setConversationDraft 过期,但是在 setConversation 找不到对应的参数。

Screenshots Link

No response

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