openimsdk / open-im-sdk-flutter

IM SDK Flutter
https://openim.io
MIT License
365 stars 232 forks source link

Support modifying the 'filepath' in 'FileElem' #153

Closed hujian-jian closed 2 months ago

hujian-jian commented 2 months ago

The "FileElem "of "filePath" in the file message is the local resource path of the sender. How can I change this path in the program. My business scenario is that after the receiver receives the sender's file, I want the receiver's "filePath" to be their own file path instead of the sender's file path

std-s commented 2 months ago

Hi, message editing is not currently supported.

hujian-jian commented 2 months ago

您好,目前不支持消息编辑。 Can only be operated through setmessageLocalEx at present?

std-s commented 2 months ago

154