mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-25 22:53:16 +00:00
Fixed a missing position
This commit is contained in:
parent
4b4775812b
commit
fe8d61cc41
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ done with a single regex, which matches all of them:
|
||||||
Another use case could be, that you are simply not
|
Another use case could be, that you are simply not
|
||||||
interested in postings about christmas.
|
interested in postings about christmas.
|
||||||
|
|
||||||
/christmas([-_ ]?(?:tree|time|eve|pudding))?/
|
/christmas(?:[-_ ]?(?:tree|time|eve|pudding))?/
|
||||||
|
|
||||||
|
|
||||||
ATTENTION:
|
ATTENTION:
|
||||||
|
|
Loading…
Reference in a new issue