sharziki
d7452af257
fix(pairing): handle null user_name in pairing list display
...
When user_name is stored as None (e.g. Telegram users without a
display name), dict.get('user_name', '') returns None because the
key exists — the default is only used for missing keys. This causes
a TypeError when the format specifier :<20 is applied to None.
Use `or ''` to coerce None to an empty string.
Fixes #7392
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-23 02:34:11 -07:00
..
2026-04-16 12:53:06 -07:00
2026-04-21 01:52:49 -07:00
2026-04-22 17:56:14 -07:00
2026-04-20 00:47:40 -07:00
2026-04-13 16:32:04 -07:00
2026-04-14 16:11:37 -07:00
2026-04-22 18:15:27 -07:00
2026-04-13 16:32:04 -07:00
2026-04-11 13:14:32 -05:00
2026-04-20 04:51:44 -07:00
2026-04-22 16:23:21 -07:00
2026-04-14 10:45:42 -07:00
2026-04-22 18:16:49 -07:00
2026-04-13 05:12:36 -07:00
2026-04-16 12:36:49 -07:00
2026-04-22 16:34:05 -05:00
2026-04-17 05:08:07 -07:00
2026-04-22 02:59:58 -07:00
2026-04-19 18:12:55 -07:00
2026-04-22 05:51:44 -07:00
2026-04-22 16:33:46 -07:00
2026-04-20 20:53:51 -07:00
2026-04-11 17:23:36 -07:00
2026-04-22 19:58:42 -07:00
2026-04-16 21:57:10 -07:00
2026-04-15 14:25:40 -07:00
2026-04-17 04:19:36 -07:00
2026-04-22 21:18:28 -07:00
2026-04-22 17:33:42 -07:00
2026-04-21 02:04:21 -07:00
2026-04-23 02:34:11 -07:00
2026-04-14 00:11:49 -07:00
2026-04-20 04:46:45 -07:00
2026-04-22 16:23:21 -07:00
2026-04-17 18:58:29 -07:00
2026-04-22 02:59:58 -07:00
2026-04-21 19:48:39 -07:00
2026-04-22 02:59:58 -07:00
2026-04-13 16:32:04 -07:00
2026-04-17 08:59:33 -05:00
2026-04-22 13:20:02 -07:00
2026-04-22 02:59:58 -07:00
2026-04-20 00:52:50 -07:00
2026-04-21 14:23:45 -07:00
2026-04-23 01:56:09 -07:00
2026-04-18 19:18:13 -07:00
2026-04-22 05:51:58 -07:00
2026-04-19 05:18:19 -07:00