mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-25 10:45:41 +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 notContainPixelfed = /^(?!.*pixelfed).*$/i;
|
||||
const containAnyOma = /(?:pler|akk)oma/i
|
||||
const notContainAnyOma = /^(?! *(?:pler|akk)oma) *$/i
|
||||
const platformFeatures = {
|
||||
'@mastodon/lists': notContainPixelfed,
|
||||
'@mastodon/filters': notContainPixelfed,
|
||||
|
|
Loading…
Reference in a new issue