Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

历史消息bug #120

Closed
Starrain08 opened this issue Aug 24, 2024 · 3 comments
Closed

历史消息bug #120

Starrain08 opened this issue Aug 24, 2024 · 3 comments
Assignees
Labels
🐛 错误 影响使用的 BUG 🔍 等待支持 在做了在做了(咕咕咕) ✨ 功能 新的功能建议

Comments

@Starrain08
Copy link

错误来源

Stapxs QQ Lite(Web)

描述错误

无法拉取历史消息,拉取到的全是重复获取到的新消息

复现流程

1.连接任何一个账号
2.随便打开一个群聊
3.向上拉取历史消息

截图

No response

版本信息

Debug Info - 2024/8/24 17:31:26
================================
System Info:
    OS Name          -> Windows 10
    Browser Name     -> edge-chromium
    Browser Version  -> 127.0.0
Application Info:
    Uptime           -> 201.52 s
    Package Version  -> 2.8.2
    Runtime env      -> production
    Service Work     -> undefined
Backend Info:
    Bot Info Name    -> NapCat.Onebot
    Bot Info Version -> 2.1.0
    Loaded Config    -> NapCat.Onebot
View Info:
    Doc Width        -> 1303 px
Network Info:
    Github           -> failed
    Link API         -> 197 ms

更多

No response

@Stapxs
Copy link
Owner

Stapxs commented Aug 24, 2024

Napcat 在 1.8 移除数据库后就不再支持指定 messageId 获取以上的 n 条消息的功能;需要重新适配新的消息获取方式。

@Stapxs Stapxs self-assigned this Aug 24, 2024
@Stapxs Stapxs added 🐛 错误 影响使用的 BUG 🔍 等待支持 在做了在做了(咕咕咕) ✨ 功能 新的功能建议 labels Aug 24, 2024
@Stapxs Stapxs added this to the 八月累积更新 milestone Aug 24, 2024
@TianMengLucky
Copy link

聊天记录刷新卡顿,和聊天记录窜群也是这个问题导致的吗?

@Stapxs
Copy link
Owner

Stapxs commented Aug 26, 2024

聊天记录刷新卡顿,和聊天记录窜群也是这个问题导致的吗?

不太清楚 emmm 我没遇到过卡顿情况,可能是奇怪的性能问题 🤔

串群可能是卡导致的副作用,比如上一个群的消息没加载完就戳走了之类的(
消息加载机制是异步的我又没检查消息是不是这个会话的就会导致这种情况

Stapxs added a commit that referenced this issue Aug 27, 2024
✨ 支持非分页模式加载消息 <- #120
🐛 修正后端连接模式 SSL 协议错误的问题
Stapxs added a commit that referenced this issue Aug 27, 2024
✨ 支持禁言状态显示和对应的输入框禁用 <- #121
✨ 增加了退出群组按钮 <- #121
✨ 支持非分页模式加载消息 <- #120
🎨 将 UserFriendElem 和 UserGroupElem 抽离出了父类,纠正了类元素写反了的问题
💄 重置了消息通知的页面样式
💄 修正了用户列表头像未上下居中的问题
🐛 修正后端连接模式 SSL 协议错误的问题
🐛 修正在处理系统通知后未刷新列表的问题 <- #121
Stapxs added a commit that referenced this issue Aug 27, 2024
✨ 支持禁言状态显示和对应的输入框禁用 <- #121
✨ 增加了退出群组按钮 <- #121
✨ 支持非分页模式加载消息 <- #120
🎨 将 UserFriendElem 和 UserGroupElem 抽离出了父类,纠正了类元素写反了的问题
💄 重置了消息通知的页面样式
💄 修正了用户列表头像未上下居中的问题
🐛 修正后端连接模式 SSL 协议错误的问题
🐛 修正在处理系统通知后未刷新列表的问题 <- #121
Stapxs added a commit that referenced this issue Aug 27, 2024
✨ 支持非分页模式加载消息 <- #120
✨ 支持禁言状态显示和对应的输入框禁用 <- #121
✨ 增加了退出群组按钮 <- #121
✨ 现在你可以在消息列表中右击群组设置是否通知了!<- #118
🎨 获取批量消息时判断消息是否为当前页面的消息
🎨 将 UserFriendElem 和 UserGroupElem 抽离出了父类,纠正了类元素写反了的问题
🎨 优化 options 保存读取逻辑对 object 的处理
🎨 对 Napcat 系统通知的识别进行兼容
💄 重制了消息通知的页面样式
💄 修正了用户列表头像未上下居中的问题
💄 修正系统消息在选中时的样式错误
💄 调整窗口初始尺寸
🐛 修正在处理系统通知后未刷新列表的问题 <- #121
🐛 修正后端连接模式 SSL 协议错误的问题
🐛 修正后端连接模式下遗漏的日志输出
🐛 修正后端连接模式自动重连功能的缺失
🐛 修正设置获取方法在处理 json 字符串时的不统一行为
🐛 修正添加商城表情后列表未被刷新的问题
🐛 修正后端连接模式下前端刷新后无法正常重连的问题
🐛 修正消息菜单在添加回应功能后右侧出界判断错误的问题,由 b1c880b 损坏
:bug: 修正消息列表右击菜单底部出界的问题
@Stapxs Stapxs closed this as completed Aug 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 错误 影响使用的 BUG 🔍 等待支持 在做了在做了(咕咕咕) ✨ 功能 新的功能建议
Projects
None yet
Development

No branches or pull requests

3 participants