mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-28 20:28:52 +03:00
Remove unused notContainAnyOma
regex
This commit is contained in:
parent
8f6d1da008
commit
bf792c77f4
1 changed files with 0 additions and 1 deletions
|
@ -8,7 +8,6 @@ import { getCurrentInstance } from './store-utils';
|
||||||
const containPixelfed = /pixelfed/i;
|
const containPixelfed = /pixelfed/i;
|
||||||
const notContainPixelfed = /^(?!.*pixelfed).*$/i;
|
const notContainPixelfed = /^(?!.*pixelfed).*$/i;
|
||||||
const containAnyOma = /(?:pler|akk)oma/i
|
const containAnyOma = /(?:pler|akk)oma/i
|
||||||
const notContainAnyOma = /^(?! *(?:pler|akk)oma) *$/i
|
|
||||||
const platformFeatures = {
|
const platformFeatures = {
|
||||||
'@mastodon/lists': notContainPixelfed,
|
'@mastodon/lists': notContainPixelfed,
|
||||||
'@mastodon/filters': notContainPixelfed,
|
'@mastodon/filters': notContainPixelfed,
|
||||||
|
|
Loading…
Reference in a new issue