Skip to content

修复回复消息时回复内容在“@”前会丢失的问题#63

Open
zhzhch335 wants to merge 1 commit into
takayama-lily:masterfrom
zhzhch335:master
Open

修复回复消息时回复内容在“@”前会丢失的问题#63
zhzhch335 wants to merge 1 commit into
takayama-lily:masterfrom
zhzhch335:master

Conversation

@zhzhch335
Copy link
Copy Markdown

回复消息的message结构为
[Reply,At,Text,At,Text]
其中前两个为回复消息的固定数据
后三个分别为 “@前的消息” “所要@的人(可删除)” “@后的消息”
在对message的去重中 只要去掉前一个At即可,不应该去掉第一个Text
修改前:
image

修改后:
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant