mirror of
https://github.com/matrix-org/dendrite.git
synced 2026-01-17 02:53:11 -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:
|
||||
// channel entitlement check
|
||||
isEntitled, err = space.IsEntitled0(
|
||||
isEntitled, err = space.IsEntitledToChannel(
|
||||
nil,
|
||||
roomInfo.ChannelNetworkId,
|
||||
user,
|
||||
|
|
|
|||
Loading…
Reference in a new issue