Commit 58a2d0a
committed
fix(LLBotConfig): use cached UIN from SelfInfoService for faster page availability
RefreshAsync now checks SelfInfoService.CurrentUin first before calling
the PMHQ API. Since UinStream is a Subject (not ReplaySubject), late
subscribers miss the initial push — using the cached value ensures the
config page becomes editable as soon as the UIN is known.1 parent 9d8df85 commit 58a2d0a
1 file changed
+11
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
388 | 388 | | |
389 | 389 | | |
390 | 390 | | |
391 | | - | |
| 391 | + | |
| 392 | + | |
| 393 | + | |
| 394 | + | |
| 395 | + | |
| 396 | + | |
| 397 | + | |
| 398 | + | |
| 399 | + | |
| 400 | + | |
| 401 | + | |
392 | 402 | | |
393 | 403 | | |
394 | 404 | | |
| |||
0 commit comments