diff --git a/ai_chat.db b/ai_chat.db index 5ed26fb..ce8b930 100644 Binary files a/ai_chat.db and b/ai_chat.db differ diff --git a/matrix_store/@tester:matrix.tphai.com_ATYFRXKHEQ.blacklisted_devices b/matrix_store/@tester:matrix.tphai.com_ATYFRXKHEQ.blacklisted_devices new file mode 100644 index 0000000..e69de29 diff --git a/matrix_store/@tester:matrix.tphai.com_ATYFRXKHEQ.ignored_devices b/matrix_store/@tester:matrix.tphai.com_ATYFRXKHEQ.ignored_devices new file mode 100644 index 0000000..e69de29 diff --git a/matrix_store/@tester:matrix.tphai.com_ATYFRXKHEQ.trusted_devices b/matrix_store/@tester:matrix.tphai.com_ATYFRXKHEQ.trusted_devices new file mode 100644 index 0000000..96dcd3e --- /dev/null +++ b/matrix_store/@tester:matrix.tphai.com_ATYFRXKHEQ.trusted_devices @@ -0,0 +1,9 @@ +@tester:matrix.tphai.com AJFVRTHLJY matrix-ed25519 4mRjLhM8xbwjkwQP2T/iB3UZJoaADgP6cCVUiB8AtSk +@tester:matrix.tphai.com BDTRXIGPBE matrix-ed25519 gjQNtLEpIEYCjmzUx5ma91G498n4UADh84KUmiReJUM +@tester:matrix.tphai.com GALBNVJOSG matrix-ed25519 /a7qD2Od76/+Xrr/naDqWEQJZ982X9XdYkCBbRmKxBU +@tester:matrix.tphai.com GVSFGGYNJL matrix-ed25519 8qV2own4G3m2nki+izFDBOrAxtbGl8RoneM3qUPkThU +@tester:matrix.tphai.com IMEQIQPXTR matrix-ed25519 6Yd4lmhP6jdkkNvh1rIw6TRK331ZUyiAt5G5hPeYqSE +@tester:matrix.tphai.com MIPPYHRVAS matrix-ed25519 s8Ol56sxLCjCOi0Gkv/Kj7LqVMp/8ZmuAJ6QA1rUi7o +@tester:matrix.tphai.com UKJGJYQQLT matrix-ed25519 opC9rhsz1nzrvQqNWMKTF5FxWIGuHTDfixx+q/Y8ea0 +@tester:matrix.tphai.com UPMZGRLESG matrix-ed25519 86c6XPCIYHgesq83C2k5xhXNa0EYMnqTq4jFrTwJX8I +@huangzhuang_bro:matrix.tphai.com BQHGFLQEPR matrix-ed25519 IrEHmvqotfHKLyx1JRJp4RthUVyBT8qQX72qBifRRyQ diff --git a/services/__pycache__/matrix_service.cpython-310.pyc b/services/__pycache__/matrix_service.cpython-310.pyc index 3090148..8d451b5 100644 Binary files a/services/__pycache__/matrix_service.cpython-310.pyc and b/services/__pycache__/matrix_service.cpython-310.pyc differ diff --git a/services/matrix_service.py b/services/matrix_service.py index cefe093..136ec6d 100644 --- a/services/matrix_service.py +++ b/services/matrix_service.py @@ -258,8 +258,6 @@ class MatrixBot: room_id=room.room_id ) - logger.info(f"Matrix回复已发送: {ai_response[:50]}") - except Exception as e: logger.error(f"处理Matrix消息失败: {e}") import traceback