Skip to content

Support API-driven avatar changes: login.avatar_id sync + refresh consumer - #1095

Merged
Brutus5000 merged 7 commits into
developfrom
feat/login-avatar-id-sync
Jun 21, 2026
Merged

Support API-driven avatar changes: login.avatar_id sync + refresh consumer#1095
Brutus5000 merged 7 commits into
developfrom
feat/login-avatar-id-sync

Add AvatarChangeQueueService consumer for API-driven avatar updates

99eda4a
Select commit
Loading
Failed to load commit list.
Codacy Production / Codacy Static Code Analysis required action Jun 20, 2026 in 0s

6 new issues (0 max.) of at least severity.

Annotations

Check notice on line 1 in server/avatar_change_queue_service.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

server/avatar_change_queue_service.py#L1

Multi-line docstring summary should start at the first line (D212)

Check notice on line 40 in server/avatar_change_queue_service.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

server/avatar_change_queue_service.py#L40

1 blank line required before class docstring (found 0) (D203)

Check notice on line 44 in server/avatar_change_queue_service.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

server/avatar_change_queue_service.py#L44

Missing docstring in __init__ (D107)

Check notice on line 183 in server/player_service.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

server/player_service.py#L183

1 blank line required between summary line and description (found 0) (D205)

Check notice on line 183 in server/player_service.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

server/player_service.py#L183

First line should end with a period, question mark, or exclamation point (not 'o') (D415)

Check notice on line 183 in server/player_service.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

server/player_service.py#L183

Multi-line docstring summary should start at the second line (D213)