when user roles are updated, the relevant session roles are updated as well

Этот коммит содержится в:
JoramWilander
2015-08-17 09:28:20 -04:00
родитель e5a3817488
Коммит b068cc1058
4 изменённых файлов: 57 добавлений и 5 удалений

Просмотреть файл

@@ -99,6 +99,7 @@ type SessionStore interface {
GetSessions(userId string) StoreChannel
Remove(sessionIdOrAlt string) StoreChannel
UpdateLastActivityAt(sessionId string, time int64) StoreChannel
UpdateRoles(userId string, roles string) StoreChannel
}
type AuditStore interface {