mirror of
https://github.com/matrix-org/dendrite.git
synced 2026-01-21 13:03:09 -06:00
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:
parent
45185aaed0
commit
b09cd18803
File diff suppressed because one or more lines are too long
|
|
@ -171,7 +171,7 @@ func (za *ZionAuthorizationV2) isAllowedLocalhost(
|
||||||
}
|
}
|
||||||
default:
|
default:
|
||||||
// channel entitlement check
|
// channel entitlement check
|
||||||
isEntitled, err = space.IsEntitled0(
|
isEntitled, err = space.IsEntitledToChannel(
|
||||||
nil,
|
nil,
|
||||||
roomInfo.ChannelNetworkId,
|
roomInfo.ChannelNetworkId,
|
||||||
user,
|
user,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue