clean up structs and seperate zone definitions
This commit is contained in:
@@ -9,4 +9,4 @@ public class BroadcastRedisEntry()
|
||||
public bool OwnedBy(string userUid) => !string.IsNullOrEmpty(userUid) && string.Equals(OwnerUID, userUid, StringComparison.Ordinal);
|
||||
|
||||
public bool HasOwner() => !string.IsNullOrEmpty(OwnerUID);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user