Skip to content

Commit 3858e14

Browse files
committed
🐛 Wall tag restriction
1 parent 0df8ebd commit 3858e14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Post.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ public function scopeWithWallRestrictions(Builder $query, ?array $tags, ?array $
108108

109109
// Restrict on tags list
110110
if (count($tags) > 0) {
111-
$this->scopeWithAllTags($query, $tags);
111+
$this->scopeWithAnyTags($query, $tags);
112112
}
113113

114114
// Restrict on card types

0 commit comments

Comments
 (0)