mirror of
https://github.com/Zippland/Bubbles.git
synced 2026-01-19 01:21:15 +08:00
转发功能
This commit is contained in:
@@ -94,3 +94,7 @@ class Config(object):
|
||||
self.AUTO_ACCEPT_FRIEND_REQUEST = yconfig.get("auto_accept_friend_request", False)
|
||||
self.MAX_HISTORY = yconfig.get("MAX_HISTORY", 300)
|
||||
self.SEND_RATE_LIMIT = yconfig.get("send_rate_limit", 0)
|
||||
self.MESSAGE_FORWARDING = yconfig.get(
|
||||
"message_forwarding",
|
||||
{"enable": False, "rules": []}
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user