memos/server/router
Claude f341f8cf40
fix(lint): fix 4 golangci-lint failures on main branch
- idp_service.go: correct Scopes field alignment to col 13 (was 5 spaces,
  needs 6 to match AuthUrl/TokenUrl/UserInfoUrl group); revert over-correction
  from previous commit that wrongly added FieldMapping to the alignment group
- instance_service.go: add default case to switch on updateSetting.Key to
  satisfy revive switch-without-default rule
- memo_service.go: fix unchecked type assertion in isSSESuppressed; use
  ok && v pattern instead of discarding the ok bool
- sse_service_test.go: remove unused drainEvents helper function

https://claude.ai/code/session_01DVhwUL8RG8HVrcChv5qHdh
2026-03-29 11:39:14 +00:00
..
api/v1 fix(lint): fix 4 golangci-lint failures on main branch 2026-03-29 11:39:14 +00:00
fileserver fix(api): switch user resource names to usernames (#5779) 2026-03-25 09:11:17 +08:00
frontend chore: upgrade Echo v4 to v5.0.3 2026-02-10 09:15:27 +08:00
mcp fix(api): switch user resource names to usernames (#5779) 2026-03-25 09:11:17 +08:00
rss chore: optimize multi-user RSS feed generation by fixing N+1 query (#5749) 2026-03-20 18:09:24 +08:00