Waifu credit

This commit is contained in:
SillyLossy
2023-04-12 20:32:53 +03:00
parent 5279ea0561
commit 5e2caf7397
2 changed files with 3 additions and 1 deletions

View File

@ -1138,8 +1138,9 @@ function isStreamingEnabled() {
class StreamingProcessor {
onStartStreaming(text) {
saveReply(this.type, text);
const messageId = count_view_mes - 1;
hideSwipeButtons();
return (count_view_mes - 1);
return messageId;
}
onProgressStreaming(messageId, text) {