mirror of
https://framagit.org/hubzilla/core.git
synced 2026-06-21 00:52:33 -04:00
MessageFilter: move decoding to the caller and also check the summary field
This commit is contained in:
@@ -174,7 +174,7 @@ class MessageFilterTest extends UnitTestCase {
|
||||
],
|
||||
'item.item_thread_top = 1 and item.item_private < 1 in excl encoded' => [
|
||||
'',
|
||||
"?item_thread_top == 1 && ?item_private < 1 ",
|
||||
html_entity_decode("?item_thread_top == 1 && ?item_private < 1 "),
|
||||
false
|
||||
],
|
||||
'item.item_thread_top = 1 or item.item_private = 0 in excl' => [
|
||||
|
||||
Reference in New Issue
Block a user