gamer147
7a13e99df7
fix(guild): emit is_friend / is_friend_apply in /guild/info members
...
GuildMemberInfo.cs:48-49 re-reads json["is_friend"] / json["is_friend_apply"]
UNGUARDED on top of the base-class UserInfoBase's guarded read. Our DTO had
them as int? with global WhenWritingNull → keys omitted → LitJson threw
KeyNotFoundException, crashing the client right after guild create.
Flip the fields to non-nullable int with JsonIgnoreCondition.Never so they
always ship, and wire a batched IFriendService.GetFriendRelationsAsync
lookup so the values are actually populated (single Contains-batched query
per relation table).
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com >
2026-07-04 16:18:22 -04:00
..
2026-05-27 10:41:49 -04:00
2026-07-04 09:02:25 -04:00
2026-05-27 00:00:24 -04:00
2026-06-09 18:51:03 -04:00
2026-07-04 16:18:22 -04:00
2026-06-12 21:17:04 -04:00
2026-06-09 22:06:36 -04:00
2026-06-27 14:35:20 -04:00
2026-06-27 16:33:59 -04:00
2026-05-28 18:03:15 -04:00
2026-06-10 12:29:10 -04:00
2026-05-27 10:35:40 -04:00
2026-06-10 12:29:10 -04:00
2026-06-02 09:29:48 -04:00
2026-06-10 10:46:00 -04:00
2026-06-10 07:51:00 -04:00
2026-06-27 20:06:46 -04:00
2026-07-04 13:31:04 -04:00
2026-07-04 13:31:04 -04:00
2026-06-10 12:29:10 -04:00
2026-05-23 15:47:23 -04:00
2026-05-23 18:14:42 -04:00
2026-05-23 15:47:23 -04:00
2026-05-23 15:47:23 -04:00
2026-05-23 18:14:42 -04:00
2026-05-23 18:14:42 -04:00
2026-05-23 19:57:34 -04:00
2026-05-26 22:49:30 -04:00
2026-05-23 15:47:23 -04:00
2026-05-23 15:47:23 -04:00
2026-05-23 15:47:23 -04:00
2026-05-23 19:57:34 -04:00
2026-05-23 19:57:34 -04:00
2026-06-13 15:59:42 -04:00
2026-05-23 15:47:23 -04:00
2026-05-23 19:57:34 -04:00
2026-05-24 21:13:15 -04:00
2026-05-23 15:47:23 -04:00
2026-05-23 15:47:23 -04:00
2026-05-31 01:22:08 -04:00
2026-05-28 22:56:33 -04:00
2026-05-23 19:57:34 -04:00
2026-05-23 19:57:34 -04:00
2026-05-23 19:57:34 -04:00
2026-06-13 16:04:07 -04:00
2026-06-13 15:59:42 -04:00
2026-05-23 15:47:23 -04:00
2026-05-23 19:57:34 -04:00
2026-05-23 15:47:23 -04:00
2026-05-23 18:14:42 -04:00
2026-05-24 02:03:13 -04:00
2026-06-08 21:34:49 -04:00
2026-06-27 20:06:46 -04:00
2026-05-24 02:03:13 -04:00
2026-05-23 19:57:34 -04:00
2026-05-23 18:14:42 -04:00
2026-05-23 18:14:42 -04:00
2026-05-23 15:47:23 -04:00
2026-05-23 15:47:23 -04:00
2026-05-24 02:03:13 -04:00
2026-06-03 07:50:49 -04:00
2026-05-23 19:57:34 -04:00
2026-05-23 19:57:34 -04:00
2026-05-23 19:57:34 -04:00
2026-05-23 15:47:23 -04:00
2026-05-23 18:14:42 -04:00
2026-05-23 15:47:23 -04:00
2024-09-12 00:35:31 -04:00
2026-05-23 19:57:34 -04:00
2026-05-23 15:47:23 -04:00
2026-05-23 15:47:23 -04:00
2026-05-23 18:14:42 -04:00
2026-05-23 15:47:23 -04:00
2026-05-23 15:47:23 -04:00
2026-06-09 17:31:06 -04:00
2026-06-13 11:25:40 -04:00
2026-05-23 15:47:23 -04:00
2026-05-25 12:03:47 -04:00
2026-05-23 15:47:23 -04:00
2026-05-28 18:03:32 -04:00
2026-05-23 15:47:23 -04:00
2026-05-24 21:13:15 -04:00
2026-05-26 10:01:37 -04:00
2026-06-09 16:40:38 -04:00
2026-05-23 15:47:23 -04:00
2026-05-23 15:47:23 -04:00
2026-05-23 18:14:42 -04:00
2026-05-23 15:47:23 -04:00