Rename isEntitled func for channel (#1168)

Overloaded isEntitled func in ISpace.sol and Space.sol caused the generated client types to turn into string names. Renaming one of them to isEntitledToChannel.
This commit is contained in:
Tak Wai Wong 2023-01-04 14:13:39 -08:00 committed by GitHub
parent 45185aaed0
commit b09cd18803
2 changed files with 14 additions and 14 deletions

File diff suppressed because one or more lines are too long

View file

@ -171,7 +171,7 @@ func (za *ZionAuthorizationV2) isAllowedLocalhost(
}
default:
// channel entitlement check
isEntitled, err = space.IsEntitled0(
isEntitled, err = space.IsEntitledToChannel(
nil,
roomInfo.ChannelNetworkId,
user,