This commit is contained in:
1-6
2023-07-25 16:43:15 +08:00
parent fd2053e14c
commit 3a09771432
9 changed files with 272 additions and 40 deletions
+1 -1
View File
@@ -226,7 +226,7 @@ class Sender {
persistent: options?.persistent,
plugin_id,
};
if (options?.handle && "*" == (await this.getPlatform())) {
if (!this.uuid) {
params.persistent = true;
}
const call = client.SenderListen();