imndx

Results 171 comments of imndx

demo 上怎么复现呢?试了下,没有复现了呀

这个可能和```csss```里面的```user-select```有关,但目前没有生效,可以一起调一下 https://github.com/wildfirechat/vue-pc-chat/blob/c5c41c53d7868afe54a6e804d2cfb53196559ab5/src/ui/main/conversation/message/NormalInMessageContentContainerView.vue#L34 另外,处理粘贴的代码在这儿 https://github.com/wildfirechat/vue-pc-chat/blob/eae3536d621df8159599350879697b0cca65392b/src/ui/main/conversation/ConversationView.vue#L488-L500

FYI: https://programs.team/614acd6a25689.html

@Shanazar1504 @dazizose 's comment can solve the issue. > i m getting the same error and i made a class extending `appGldieModule` @GlideModule public class GlideApp extends AppGlideModule { }`...

说的是这个吗?https://github.com/wildfirechat/push_server/blob/6af09f4d6eb3d6f0c3d1c6f7f9f7cfb1e16cb858/src/main/java/cn/wildfirechat/push/PushMessage.java#L18-L23 `deviceToken`必须是`String`

`Android`和`iOS`是不同的推送入口: https://github.com/wildfirechat/push_server/blob/6af09f4d6eb3d6f0c3d1c6f7f9f7cfb1e16cb858/src/main/java/cn/wildfirechat/push/PushController.java#L19-L28

`store.init`里面加载默认数据比较耗时,有的窗口不需要这些数据,甚至不需要`store`,比如会话消息历史窗口