Skip to content

Commit

Permalink
Fix candid
Browse files Browse the repository at this point in the history
  • Loading branch information
hpeebles committed Jul 25, 2024
1 parent ce96717 commit b38f2e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/libraries/types/can.did
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ type CommunityCanisterCommunitySummary = record {
channels : vec CommunityCanisterChannelSummary;
membership : opt CommunityMembership;
user_groups : vec UserGroup;
is_invited : bool;
is_invited : opt bool;
metrics : ChatMetrics;
};

Expand Down Expand Up @@ -414,7 +414,7 @@ type CommunityCanisterChannelSummary = record {
gate : opt AccessGate;
membership : opt GroupMembership;
video_call_in_progress : opt VideoCall;
is_invited : bool;
is_invited : opt bool;
};

type GroupMembership = record {
Expand Down

0 comments on commit b38f2e6

Please sign in to comment.