bot-myrtus / forward

Provides a message forwarding feature.
GNU Affero General Public License v3.0
36 stars 5 forks source link

一些使用中的问题 #7

Closed XingNian-www closed 1 year ago

XingNian-www commented 1 year ago

我又来提需求了

对体验影响较大的

1.同步撤回/删除 2.屏蔽掉一些无关信息,例如TG入群 3.各平台可选屏蔽命令,例如TG以/开头的消息

影响不大的

1.数据库可以自动删除一定时间之前的记录

可能比较难搞的

1.TG的GIF转换,可以参考下Q2TG?(QQ到TG的GIF也是坏的

BUG

1.嵌套回复会变成XX re XX形式 2.kook与discord原生回复无效 3.图片与发送者用户名不会一同发送(目前好像只有QQ正常

idranme commented 1 year ago

最近有点忙,应该会在一周后解决。

idranme commented 1 year ago

3.图片与发送者用户名不会一同发送(目前好像只有QQ正常

部分平台没有办法同时发送文字和图片,所以 koishi 的适配器会自动分割消息。参见适配器的「发送设置」的「handleMixedContent」。

XingNian-www commented 1 year ago

[image: image.png]TG应该可以优化一下,合并进去😂

idanran @.***> 于2023年3月4日周六 20:44写道:

3.图片与发送者用户名不会一同发送(目前好像只有QQ正常

部分平台没有办法同时发送文字和图片,所以 koishi 的适配器会自动分割消息。参见适配器的「发送设置」的「handleMixedContent」。

— Reply to this email directly, view it on GitHub https://github.com/idanran/myrtus/issues/7#issuecomment-1454727977, or unsubscribe https://github.com/notifications/unsubscribe-auth/AKUHCGSHHOGT7LKUDRUD3MLW2M2KNANCNFSM6AAAAAAVDBCL7M . You are receiving this because you authored the thread.Message ID: @.***>

idranme commented 1 year ago

[image: image.png]TG应该可以优化一下,合并进去😂

idanran @.***> 于2023年3月4日周六 20:44写道:

3.图片与发送者用户名不会一同发送(目前好像只有QQ正常

部分平台没有办法同时发送文字和图片,所以 koishi 的适配器会自动分割消息。参见适配器的「发送设置」的「handleMixedContent」。

— Reply to this email directly, view it on GitHub https://github.com/idanran/myrtus/issues/7#issuecomment-1454727977, or unsubscribe https://github.com/notifications/unsubscribe-auth/AKUHCGSHHOGT7LKUDRUD3MLW2M2KNANCNFSM6AAAAAAVDBCL7M . You are receiving this because you authored the thread.Message ID: @.***>

调一下适配器的「handleMixedContent」就能合并进去了,只不过效果会跟理想有出入。

XingNian-www commented 1 year ago

TG适配器已经没有这个选项了( 邮箱回复图没发出来 image

idranme commented 1 year ago

TG适配器已经没有这个选项了( 邮箱回复图没发出来 image

idranme commented 1 year ago

1.数据库可以自动删除一定时间之前的记录

已在数据库中增加时间字段,可配合工具进行删除。

1.嵌套回复会变成XX re XX形式 2.kook与discord原生回复无效 3.图片与发送者用户名不会一同发送(目前好像只有QQ正常

已解决(不确定)。

请更新至 3.1.0,如有问题可继续反馈。 部分待办项目将在以后进行(时间问题)。

XingNian-www commented 1 year ago

好耶(

idranme commented 1 year ago

3.各平台可选屏蔽命令,例如TG以/开头的消息

3.1.0(最新版)已增加「屏蔽词」参数。

XingNian-www commented 1 year ago

image image image

XD

idranme commented 1 year ago

image image image

XD

啊这,得等之后了。

idranme commented 1 year ago

截至 3.2.1,还有以下问题未解决:

1.同步撤回/删除

以后会做。

1.TG的GIF转换,可以参考下Q2TG?(QQ到TG的GIF也是坏的

上游的修复正在进行中。(在修了)

idranme commented 1 year ago

image image image

XD

请更新至 3.2.1(最新版)

XingNian-www commented 1 year ago

还是有问题emmmm image

idranme commented 1 year ago

还是有问题emmmm image

。。。以后我再看看吧

idranme commented 1 year ago

还是有问题emmmm image

可以提供下复现的步骤吗?我没遇到这个问题。

XingNian-www commented 1 year ago

TG回复QQ任意消息,然后QQ回复TG消息

idanran @.***> 于2023年3月18日周六 00:01写道:

还是有问题emmmm [image: image] https://user-images.githubusercontent.com/44593434/224531635-4f12e593-1c90-4255-907f-7ff2e4b6c19f.png

可以提供下复现的步骤吗?我没遇到这个问题。

— Reply to this email directly, view it on GitHub https://github.com/idanran/myrtus/issues/7#issuecomment-1474058733, or unsubscribe https://github.com/notifications/unsubscribe-auth/AKUHCGSWWBI4D2UNRTCI54LW4SDE5ANCNFSM6AAAAAAVDBCL7M . You are receiving this because you commented.Message ID: @.***>

idranme commented 1 year ago

TG回复QQ任意消息,然后QQ回复TG消息

还是没能复现,要不你删除相关数据表试试?

idranme commented 1 year ago

QQ到TG的GIF也是坏的

上游已修复,请更新 koishi 至最新版本。

XingNian-www commented 1 year ago

还是没能复现,要不你删除相关数据表试试?

我再删除一次看看

XingNian-www commented 1 year ago

image

XingNian-www commented 1 year ago

QQ到TG的GIF也是坏的

上游已修复,请更新 koishi 至最新版本。

奇怪,我这里就QQ到TG的GIF变成了文件,到kook是正常的 已经升级插件到了onebot 5.6.2 telegram 3.7.0

idranme commented 1 year ago

QQ到TG的GIF也是坏的

上游已修复,请更新 koishi 至最新版本。

奇怪,我这里就QQ到TG的GIF变成了文件,到kook是正常的 已经升级插件到了onebot 5.6.2 telegram 3.7.0

是升级 koishi 至 4.12.0

XingNian-www commented 1 year ago

image emmmm,算了凑合用,反正主力都在QQ(

idranme commented 1 year ago

image emmmm,算了凑合用,反正主力都在QQ(

要不卸载 koishi,重新安装。

XingNian-www commented 1 year ago

行,晚上重装一下试试

idranme commented 1 year ago

行,晚上重装一下试试

嗯呐

XingNian-www commented 1 year ago

更新了下koishi到4.12.1,GIF活了,但是回复还是有点毛病(

idranme commented 1 year ago

更新了下koishi到4.12.1,GIF活了,但是回复还是有点毛病(

再说吧(

idranme commented 1 year ago

对了,控制台有报错吗?

XingNian-www commented 1 year ago

草,我也忘了看日志 image

idranme commented 1 year ago

草,我也忘了看日志 image

idranme commented 1 year ago

草,我也忘了看日志 image

试试刚发布的 3.3.0 吧!

XingNian-www commented 1 year ago

来了来了

XingNian-www commented 1 year ago

草,我也忘了看日志 image

试试刚发布的 3.3.0 吧!

好像在最新的更新里面G了 还有个BUG,无法命名常量

idranme commented 1 year ago

草,我也忘了看日志 image

试试刚发布的 3.3.0 吧!

好像在最新的更新里面G了 还有个BUG,无法命名常量

版本号发一下

XingNian-www commented 1 year ago

Koishi: Core: 4.13.5 Console: 5.11.6 Node: 18.16.1 插件版本3.3.3 @koishijs/plugin-adapter-onebot | 5.7.1 (最新) @koishijs/plugin-adapter-telegram | 3.7.9 (最新) 错误日志

XingNian-www commented 1 year ago

常量的问题好像是控制面板的bug,现在又可以改了.但是聊天报错依旧

idranme commented 1 year ago

常量的问题好像是控制面板的bug,现在又可以改了.但是聊天报错依旧

idranme commented 1 year ago

Koishi: Core: 4.13.5 Console: 5.11.6 Node: 18.16.1 插件版本3.3.3 @koishijs/plugin-adapter-onebot | 5.7.1 (最新) @koishijs/plugin-adapter-telegram | 3.7.9 (最新) 错误日志

这个应该是上游的问题,建议前往 satorijs/satori 提交 issue,说明如何复现。

idranme commented 1 year ago

如有需求,请重新开一个 issue。