ehForwarderBot / efb-wechat-slave

A channel for EH Forwarder Bot.
GNU Affero General Public License v3.0
459 stars 62 forks source link

[FR] 消息引文控制 #121

Closed Charles-Hello closed 2 years ago

Charles-Hello commented 2 years ago

你好,大佬,能不能把tg引用回复微信信息的时候 把「@xxxx:xxx」


xxxxx 这样的输入给改一下。改为直接输出xxxx。这样的话,比较自然点!! 希望大佬看看!!!

QieSen commented 2 years ago

引用是网页端自带的功能,依然在使用v7.0.x时候的旧版形式。即使想再造轮子,基于网页端不全面的@功能要实现起来也难以达到理想效果。

Charles-Hello commented 2 years ago

主要是现在我不想@,我只想想tg引用的时候不出现这个东东!而且@的这个功能也失效了吧!!我tg引用也@不了人,微信虽然看到@,但是不起作用。

发自我的iPhone

------------------ Original ------------------ From: QieSen @.> Date: Tue,Nov 16,2021 9:52 PM To: ehForwarderBot/efb-wechat-slave @.> Cc: hello @.>, Author @.> Subject: Re: [ehForwarderBot/efb-wechat-slave] [FR] (Issue #121)

引用是网页端自带的功能,依然在使用v7.0.x时候的旧版形式。即使想再造轮子,基于网页端不全面的@功能要实现起来也难以达到理想效果。

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android.

Charles-Hello commented 2 years ago

希望作者大大把@@.***:分界线的这段内容删除了,tg引用的话就直接输出信息。反正@的这个功能也失效了。。

QieSen commented 2 years ago

旧版@功能由于重名bug已经被取消,所以网页端回复单纯@昵称的格式不再有提醒效果。 引用的本质是对某一条消息进行回复,使用纯文本再怎么变魔术也难以在会话中呈现良好的效果,何况回复长文本的时候还涉及到文本截断,对消息回溯也非常不友好。 所以个人建议还是不要在微信绑定的会话中Reply消息,避免会话对方产生困惑。

blueset commented 2 years ago

可以试着调整实验功能的 max_quote_length 参数。

max_quote_length (int) [默认值: -1] 引用消息中引文的长度限制。设置为 0 关闭引文功能。设置为 -1 则对引文长度不做限制。

https://github.com/ehForwarderBot/efb-wechat-slave#%E5%AE%9E%E9%AA%8C%E5%8A%9F%E8%83%BD

Charles-Hello commented 2 years ago

作者大大,能不能在这个/chat➕(空格)用户名➕(空格)信息,例如这样/chat 58084991 哈哈哈  这个直接向用户发送信息呀!!

发自我的iPhone

------------------ 原始邮件 ------------------ 发件人: Eana Hufwe @.> 发送时间: 2021年11月17日 00:38 收件人: ehForwarderBot/efb-wechat-slave @.> 抄送: hello @.>, Author @.> 主题: Re: [ehForwarderBot/efb-wechat-slave] [FR] 消息引文控制 (Issue #121)

可以试着调整实验功能的 max_quote_length 参数。

max_quote_length (int) [默认值: -1] 引用消息中引文的长度限制。设置为 0 关闭引文功能。设置为 -1 则对引文长度不做限制。

https://github.com/ehForwarderBot/efb-wechat-slave#%E5%AE%9E%E9%AA%8C%E5%8A%9F%E8%83%BD

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android.

Charles-Hello commented 2 years ago

Okay

发自我的iPhone

------------------ 原始邮件 ------------------ 发件人: Eana Hufwe @.> 发送时间: 2021年11月17日 00:38 收件人: ehForwarderBot/efb-wechat-slave @.> 抄送: hello @.>, Author @.> 主题: Re: [ehForwarderBot/efb-wechat-slave] [FR] 消息引文控制 (Issue #121)

可以试着调整实验功能的 max_quote_length 参数。

max_quote_length (int) [默认值: -1] 引用消息中引文的长度限制。设置为 0 关闭引文功能。设置为 -1 则对引文长度不做限制。

https://github.com/ehForwarderBot/efb-wechat-slave#%E5%AE%9E%E9%AA%8C%E5%8A%9F%E8%83%BD

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android.

blueset commented 2 years ago

能不能在这个/chat➕(空格)用户名➕(空格)信息,例如这样/chat 58084991 哈哈哈  这个直接向用户发送信息呀!!

搜索关键词里面也可以有空格,这样并不能区分关键词和消息内容。