Piscen
Piscen
图片下载
转换图片的时候,表字段pic_url已经改成/localPic/...,但实际服务器没有下载到图片,大概有三分之一的数据都这样,求问会是哪个地方出了问题
prod环境下的jar包形式部署时,需要复制templates文件夹到jar文件的相同目录下。
通过client.storageService.uploadUserProfilePicture上传时能正常上传文件,client.storageService.uploadMessageAttachmentInPrivateConversation返回403
docker-compose本地运行一切正常的情况下,加入了minio插件,-Dturms.plugin.network.plugins[0].url=https://github.com/turms-im/turms/releases/download/v0.10.0-SNAPSHOT/turms-plugin-minio-0.10.0-SNAPSHOT.jar, 然后重启就报错了,服务正常启动,不过这个插件没有加载成功,客户端调用storageService报错 6000:The storage feature is enabled but not implemented yet:null:null 我尝试修改了这个配置-Dturms-plugin.minio.mongo.uri=mongodb://localhost:27017/turms,也还是报错,需要有其他的配置么 2024-01-26 16:25:50 2024-01-26 08:25:50.859 INFO S roootknd main i.t.s.c.i.p.PluginRepository : A new plugin with the ID (im.turms.plugin.minio.MinioStoragePlugin) has...
复用的webview并没有完全重置,还存在上一次加载的界面,可以goback
/// 点击取消/确认按钮之后,是否自动关闭弹窗,默认为 true,关闭 final bool dismissOnActionsTap; 这个属性根本没用到,点击确定或取消对话框也没消失