15 lines
606 B
Markdown
15 lines
606 B
Markdown
# Notifications scope (Dec 2025)
|
|
|
|
**Decision:** Do not implement notifications for mentions, reposts, or likes. Only payment notifications remain active. If comment notifications are later requested, they must be explicitly approved.
|
|
|
|
**Impacts:**
|
|
- No parsing/subscription for mention/repost/like events.
|
|
- UI does not surface badges or panels for these types.
|
|
- Avoids extra relay traffic and parsing logic.
|
|
|
|
**Constraints/quality:**
|
|
- No fallbacks.
|
|
- No analytics.
|
|
- Keep error logging structured if new notification types are ever added.
|
|
- Respect accessibility and lint/typing rules already in place.
|