Этот коммит содержится в:
=Corey Hulen
2016-01-26 21:13:44 -05:00
родитель 0dec26bb9f
Коммит 6fd0f651b9
2 изменённых файлов: 2 добавлений и 2 удалений

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

@@ -137,7 +137,7 @@ type SessionStore interface {
PermanentDeleteSessionsByUser(teamId string) StoreChannel
UpdateLastActivityAt(sessionId string, time int64) StoreChannel
UpdateRoles(userId string, roles string) StoreChannel
UpdateDeviceId(sessionIdOrToken string, deviceId string) StoreChannel
UpdateDeviceId(id string, deviceId string) StoreChannel
}
type AuditStore interface {