fix: 移除消息来源标记[网页]
This commit is contained in:
2
main.py
2
main.py
@@ -258,7 +258,7 @@ async def websocket_endpoint(websocket: WebSocket, user_id: str, db: Session = D
|
||||
|
||||
# 同步到Matrix(如果有房间)
|
||||
if matrix_bot.is_running and matrix_bot.last_room_id:
|
||||
await matrix_bot.send_message(matrix_bot.last_room_id, f"[网页] {message}")
|
||||
await matrix_bot.send_message(matrix_bot.last_room_id, message)
|
||||
|
||||
# 获取对话历史
|
||||
history = conv_service.get_conversation_history(conversation_id, limit=20)
|
||||
|
||||
Reference in New Issue
Block a user