Home
last modified time | relevance | path

Searched refs:HasPermissionToReadChannel (Results 1 – 6 of 6) sorted by relevance

/dports/www/mattermost-server/mattermost-server-6.0.2/app/
H A Dauthorization.go282 func (a *App) HasPermissionToReadChannel(userID string, channel *model.Channel) bool { func
H A Dpost_metadata.go173 if previewedChannel != nil && !a.HasPermissionToReadChannel(userID, previewedChannel) {
H A Dnotification.go609 if previewedChannel != nil && !a.HasPermissionToReadChannel(uid, previewedChannel) {
H A Dpost.go735 if !a.HasPermissionToReadChannel(cm.UserId, previewedChannel) {
H A Dapp_iface.go810 HasPermissionToReadChannel(userID string, channel *model.Channel) bool methodSpec
/dports/www/mattermost-server/mattermost-server-6.0.2/app/opentracing/
H A Dopentracing_layer.go10390 func (a *OpenTracingAppLayer) HasPermissionToReadChannel(userID string, channel *model.Channel) boo… func
10402 resultVar0 := a.app.HasPermissionToReadChannel(userID, channel)