You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
---
title: 版本发布日志 v1.8.10
authors: moonrailgun
image: /img/logo.svg
slug: release-1.8.10
keywords:
- tailchat
tags: [Release Note]
---
### 特性更新
#### 增加允许从群组中发起会议

在群组会话中的用户头像弹出层增加了快速发起会话的按钮,可以方便的向群组中的用户发起私信。
如果群组管理者不希望群组成员发起私信,可以在群组设置中主动关闭。

### 其他更新
- admin 消息列表增加刷新操作
- 修复消息发送越权风险问题 [#143 ](https://github.com/msgbyte/tailchat/issues/143 )
- 为插件机器人(并非开放平台机器人)增加所有会话权限
- 桌面端修复接收消息任务栏无法闪烁的问题
- 修复了群组列表悬停时出现滚动条导致徽标闪烁的问题
- 修复浅色模式下危险按钮颜色错误的问题
- 修复userSetting的缓存键不正确的问题
- 修复被禁言后依旧可以在聊天框使用右侧输入框操作的问题
- 对部分高频发送的请求(之前有前端缓存的部分)增加了持久化缓存,减少因频繁刷新页面导致的前端缓存失效冲击后端服务
- 优化admin后台用户头像展示策略, 移除因null/undefined导致的问题
- 优化官网首页feature栏图标大小, 现在的体积约为原来的 1/3
- 增加数据库索引,优化数据量大情况下 `fetchConverseMessage` 操作的请求耗时
- 优化低速网络下更新群组配置交互
- 优化 `sentry` 插件入口文件大小,减少首次加载耗时