feat: sync chatlist sharing support
This commit is contained in:
parent
ec6e8fd13d
commit
2a9c12263f
62 changed files with 3408 additions and 212 deletions
|
|
@ -233,7 +233,7 @@ func (r *Router) onPhoneEditGroupCallTitle(ctx context.Context, req *tg.PhoneEdi
|
|||
}
|
||||
r.pushGroupCallUpdate(ctx, scope.channel, call)
|
||||
return r.groupCallUpdateContainer(ctx, scope.userID, scope.channel,
|
||||
groupCallUpdateFor(scope.channel, call, scope.userID, true), nil), nil
|
||||
groupCallUpdateFor(scope.channel, call, scope.userID, true, r.cfg.PublicBaseURL), nil), nil
|
||||
}
|
||||
|
||||
func (r *Router) onPhoneToggleGroupCallSettings(ctx context.Context, req *tg.PhoneToggleGroupCallSettingsRequest) (tg.UpdatesClass, error) {
|
||||
|
|
@ -261,7 +261,7 @@ func (r *Router) onPhoneToggleGroupCallSettings(ctx context.Context, req *tg.Pho
|
|||
}
|
||||
r.pushGroupCallUpdate(ctx, scope.channel, call)
|
||||
return r.groupCallUpdateContainer(ctx, scope.userID, scope.channel,
|
||||
groupCallUpdateFor(scope.channel, call, scope.userID, true), nil), nil
|
||||
groupCallUpdateFor(scope.channel, call, scope.userID, true, r.cfg.PublicBaseURL), nil), nil
|
||||
}
|
||||
|
||||
const maxInviteToGroupCallUsers = 10
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue