feat: sync chatlist sharing support
This commit is contained in:
parent
ec6e8fd13d
commit
2a9c12263f
62 changed files with 3408 additions and 212 deletions
|
|
@ -238,7 +238,7 @@ func (r *Router) onAccountInstallTheme(ctx context.Context, req *tg.AccountInsta
|
|||
return true, nil
|
||||
}
|
||||
|
||||
// onAccountGetTheme 按 id 或 slug(深链 telesrv.net/addtheme/<slug>)取主题。
|
||||
// onAccountGetTheme 按 id 或 slug(公开 addtheme 深链)取主题。
|
||||
func (r *Router) onAccountGetTheme(ctx context.Context, req *tg.AccountGetThemeRequest) (*tg.Theme, error) {
|
||||
if req == nil {
|
||||
return nil, themeInvalidErr()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue