fix:删除消息能力

This commit is contained in:
jxxghp
2025-06-22 10:04:21 +08:00
parent bd241a5164
commit 269ab9adfc
4 changed files with 12 additions and 21 deletions

View File

@@ -299,7 +299,7 @@ class TelegramModule(_ModuleBase, _MessageBase[Telegram]):
success = False
for conf in self.get_configs().values():
if channel != self._channel:
continue
break
if source != conf.name:
continue
client: Telegram = self.get_instance(conf.name)