feat: show Anonymous in league when name empty, add username to settings, show salary hint in summary
This commit is contained in:
@@ -298,6 +298,8 @@ func (h *Handler) HandleCallback(ctx context.Context, cb *models.CallbackQuery)
|
||||
h.leagueToggleCallback(ctx, chatID, msgID, cb.ID)
|
||||
case "reporttoggle":
|
||||
h.reportToggleCallback(ctx, chatID, msgID, cb.ID)
|
||||
case "username":
|
||||
h.usernameCallback(ctx, chatID, msgID, cb.ID)
|
||||
case "currency":
|
||||
h.currencyCallback(ctx, chatID, msgID, cb.ID)
|
||||
case "setrate":
|
||||
|
||||
Reference in New Issue
Block a user