This repository was archived by the owner on Jun 15, 2026. It is now read-only.
Commit a3473a5
fix: support discordIds array format for Seerr 3.3 compatibility
Seerr v3.3.0 renamed the discordId (string) field to discordIds (array)
in user settings. This caused all Discord user lookups to fail with
"unauthorized" since the mapping always came back empty.
- Read discordIds (array) first, fall back to discordId (string) for
older Overseerr/Jellyseerr installs
- Support multiple Discord IDs per user in the discord-users mapping
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 088642d commit a3473a5
1 file changed
Lines changed: 10 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
103 | | - | |
| 103 | + | |
104 | 104 | | |
105 | 105 | | |
106 | | - | |
107 | | - | |
108 | | - | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
109 | 112 | | |
110 | 113 | | |
111 | 114 | | |
112 | 115 | | |
113 | 116 | | |
114 | 117 | | |
115 | | - | |
116 | | - | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
0 commit comments