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

在开启抄热评时,转发语会和热评一致。 #334

Open
ypw96 opened this issue Dec 1, 2023 · 1 comment
Open

在开启抄热评时,转发语会和热评一致。 #334

ypw96 opened this issue Dec 1, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@ypw96
Copy link
Contributor

ypw96 commented Dec 1, 2023

描述

希望打开抄热评时,转发语会和热评一致
类似于这样改。但是感觉是不是不太行。会影响其他业务
if (dyid) {
if(is_copy_chat){
relay_chat=chat
}
status = await retryfn(
5,
[3, 4],
() => bili.autoRelay(
global_var.get("myUID"),
dyid,
relay_chat,
ctrl)
)

@shanmiteko shanmiteko added the enhancement New feature or request label Dec 2, 2023
@ypw96
Copy link
Contributor Author

ypw96 commented Dec 4, 2023

根据今天的bug来看。好像这样的代码不太行,管抽的时候,热评词是没有,转发词就会变成undefined。。。更改下需求描述。是希望打开抄热评时,非官抽会转发语和抄的热评一致。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants