fix: sync correct collectible username projection
This commit is contained in:
parent
8356989e01
commit
9041abd3d3
42 changed files with 601 additions and 758 deletions
|
|
@ -314,7 +314,7 @@ func (r *Router) quickReplyUsers(ctx context.Context, userID int64) []tg.UserCla
|
|||
if err != nil || self.ID == 0 {
|
||||
return []tg.UserClass{}
|
||||
}
|
||||
return []tg.UserClass{r.tgSelfUser(self)}
|
||||
return []tg.UserClass{r.tgSelfUserWithUsernames(ctx, self)}
|
||||
}
|
||||
|
||||
func (r *Router) quickReplyMutationUpdates(ctx context.Context, userID int64, mutation domain.QuickReplyMutation, prefix []tg.UpdateClass) (*tg.Updates, error) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue