dify/api/controllers
QuantumGhost 7286b4ad06
fix(api): resolve "Message not exists" error in admin feedback creation (#23232)
Fix regression introduced in PR #22580 where admin users encountered 
"Message not exists" errors when creating feedback on messages created 
by other users.

The issue was caused by `MessageService.create_feedback()` incorrectly 
filtering messages by the current user's ID, preventing admins from 
accessing messages created by end users. 

Reverts: #22580
2025-08-13 23:57:25 +08:00
..
common Restructure the File errors in controller (#23801) 2025-08-13 17:06:07 +08:00
console fix(api): resolve "Message not exists" error in admin feedback creation (#23232) 2025-08-13 23:57:25 +08:00
files Restructure the File errors in controller (#23801) 2025-08-13 17:06:07 +08:00
inner_api orm filter -> where (#22801) 2025-07-24 00:57:45 +08:00
mcp orm filter -> where (#22801) 2025-07-24 00:57:45 +08:00
service_api Restructure the File errors in controller (#23801) 2025-08-13 17:06:07 +08:00
web Restructure the File errors in controller (#23801) 2025-08-13 17:06:07 +08:00
__init__.py chore(api/controllers): Apply Ruff Formatter. (#7645) 2024-08-26 15:29:10 +08:00