fix: get_chat_msgs_ex(): Don't match on "S=" (Cmd) in param payload

This commit is contained in:
iequidoo
2025-12-10 19:16:36 -03:00
committed by iequidoo
parent 121bfd1fa8
commit 30f2981259

View File

@@ -3090,7 +3090,7 @@ pub async fn get_chat_msgs_ex(
WHERE m.chat_id=?
AND m.hidden=0
AND (
m.param GLOB \"*S=*\"
m.param GLOB '*\nS=*' OR param GLOB 'S=*'
OR m.from_id == ?
OR m.to_id == ?
);",