Changed default behavior for isOutgoing.

This commit is contained in:
Koen J
2025-07-03 14:40:27 +02:00
parent 5b954727a1
commit deeaa55f56
+1 -1
View File
@@ -712,7 +712,7 @@ class LiveEventRaid extends LiveEvent {
this.targetUrl = targetUrl;
this.targetName = targetName;
this.targetThumbnail = targetThumbnail;
this.isOutgoing = isOutgoing;
this.isOutgoing = isOutgoing ?? true;
}
}