mirror of
https://github.com/NicolasConstant/sengi
synced 2025-02-08 07:58:47 +01:00
clean up
This commit is contained in:
parent
f548a58bc3
commit
7794d88828
@ -59,7 +59,6 @@ export class StatusComponent implements OnInit {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (status.application) {
|
if (status.application) {
|
||||||
console.warn(status.application);
|
|
||||||
const usedApp = status.application.name.toLowerCase();
|
const usedApp = status.application.name.toLowerCase();
|
||||||
if (usedApp && (usedApp.includes('moa') || usedApp.includes('birdsite') || usedApp.includes('twitter'))) {
|
if (usedApp && (usedApp.includes('moa') || usedApp.includes('birdsite') || usedApp.includes('twitter'))) {
|
||||||
this.isCrossPoster = true;
|
this.isCrossPoster = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user