user no stays in cache forever, fix some hubs bugs and add new enpoints
This commit is contained in:
@@ -26,17 +26,19 @@ const (
|
||||
UserProfileBg
|
||||
HubIcon
|
||||
HubBackground
|
||||
ChannelIcon
|
||||
)
|
||||
|
||||
type DataTypePrefix string
|
||||
|
||||
const (
|
||||
ConnectionFilePrefix DataTypePrefix = "connection/"
|
||||
HubChannelFilePrefix DataTypePrefix = "hub/"
|
||||
HubChannelFilePrefix DataTypePrefix = "hubChannel/"
|
||||
UserAvatarPrefix DataTypePrefix = "userAvatar/"
|
||||
UserProfileBgPrefix DataTypePrefix = "userProfileBg/"
|
||||
HubIconPrefix DataTypePrefix = "hubIcon/"
|
||||
HubBackgroundPrefix DataTypePrefix = "hubBackground/"
|
||||
ChannelIconPrefix DataTypePrefix = "channelIcon/"
|
||||
)
|
||||
|
||||
type GetKeyOptions struct {
|
||||
|
||||
Reference in New Issue
Block a user