mirror of
https://gitlab.futo.org/videostreaming/grayjay.git
synced 2025-08-02 14:19:56 +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.targetName = targetName;
|
||||
this.targetThumbnail = targetThumbnail;
|
||||
this.isOutgoing = isOutgoing;
|
||||
this.isOutgoing = isOutgoing ?? true;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue