strip canvas links to coords only in chat

This commit is contained in:
HF 2020-04-28 04:49:42 +02:00
parent 4e411d6eaf
commit d756da6a1c

View File

@ -30,7 +30,12 @@ class ChatProvider {
matches: 3,
},
];
this.substitutes = [];
this.substitutes = [
{
regexp: /http[s]?:\/\/(old.)?pixelplanet\.fun\/#/g,
replace: '#',
},
];
this.mutedCountries = [];
}