Skip to content

Commit

Permalink
chore: 群内回复不再默认引用原消息
Browse files Browse the repository at this point in the history
  • Loading branch information
RockChinQ committed Nov 10, 2023
1 parent 2b85285 commit 98f880e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config-template.py
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@
trace_function_calls = False

# 群内回复消息时是否引用原消息
quote_origin = True
quote_origin = False

# 群内回复消息时是否at发送者
at_sender = False
Expand Down

0 comments on commit 98f880e

Please sign in to comment.