Skip to content

Commit

Permalink
更新文案等
Browse files Browse the repository at this point in the history
  • Loading branch information
siqiii committed Nov 7, 2024
1 parent 5d37168 commit e1e9986
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/ui/main/HomePage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ export default {
}
this.$notify({
title: '不支持音视频通话',
text: '请到手机上接听音视频通话',
text: '请打开控制台查看具体原因',
type: 'warn'
});
}
Expand Down
1 change: 0 additions & 1 deletion src/ui/util/emoji.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import anchorme from "anchorme";
import uEmojiParser from 'universal-emoji-parser'
import twemoji from 'twemoji'
import Config from "../../config";

Expand Down
1 change: 1 addition & 0 deletions src/wfc/messages/message.js
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ export default class Message {
if (obj.content.data && obj.content.data.length > 0) {
obj.content.binaryContent = encode(obj.content.data);
}
delete msg.content.data;
content.decode(obj.content);
content.extra = obj.content.extra;
if (content instanceof NotificationMessageContent) {
Expand Down

0 comments on commit e1e9986

Please sign in to comment.