add join role endpoint and persistency for hubs

This commit is contained in:
2026-05-06 19:08:18 +02:00
parent 03c13a6e8a
commit f68a249268
12 changed files with 991 additions and 206 deletions
+2
View File
@@ -69,6 +69,8 @@ func GetKey(opts *GetKeyOptions) string {
return string(HubIconPrefix) + opts.HubId.String() + key
case HubBackground:
return string(HubBackgroundPrefix) + opts.HubId.String() + key
case ChannelIcon:
return string(ChannelIconPrefix) + opts.ChannelId.String() + key
default:
return string(ConnectionFilePrefix) + opts.ConnectionId.String() + key
}