mirror of
https://gitlab.futo.org/videostreaming/grayjay.git
synced 2025-08-03 14:50:49 +00:00
Changed default behavior for isOutgoing.
This commit is contained in:
parent
5b954727a1
commit
deeaa55f56
1 changed files with 1 additions and 1 deletions
|
@ -712,7 +712,7 @@ class LiveEventRaid extends LiveEvent {
|
||||||
this.targetUrl = targetUrl;
|
this.targetUrl = targetUrl;
|
||||||
this.targetName = targetName;
|
this.targetName = targetName;
|
||||||
this.targetThumbnail = targetThumbnail;
|
this.targetThumbnail = targetThumbnail;
|
||||||
this.isOutgoing = isOutgoing;
|
this.isOutgoing = isOutgoing ?? true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue