From 9133c6b16154f0b0ad051d5bec9d174618b582e2 Mon Sep 17 00:00:00 2001 From: NotAKidoS <37721153+NotAKidoS@users.noreply.github.com> Date: Thu, 3 Apr 2025 04:34:30 -0500 Subject: [PATCH] [ShareBubbles] Remove todo notes --- ShareBubbles/ShareBubbles/DataTypes/BubblePedestalInfo.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ShareBubbles/ShareBubbles/DataTypes/BubblePedestalInfo.cs b/ShareBubbles/ShareBubbles/DataTypes/BubblePedestalInfo.cs index 932fa6c..87699e4 100644 --- a/ShareBubbles/ShareBubbles/DataTypes/BubblePedestalInfo.cs +++ b/ShareBubbles/ShareBubbles/DataTypes/BubblePedestalInfo.cs @@ -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; } \ No newline at end of file