[ShareBubbles] Remove todo notes

This commit is contained in:
NotAKidoS 2025-04-03 04:34:30 -05:00
parent 84dcf35362
commit 9133c6b161

View file

@ -5,6 +5,6 @@ public class BubblePedestalInfo
public string Name;
public string ImageUrl;
public string AuthorId;
public bool IsPermitted; // TODO: awaiting luc to fix not being true for private shared (only true for public)
public bool IsPublic; // TODO: awaiting luc to add
public bool IsPermitted;
public bool IsPublic;
}