Skip to content

fix: reaction display regression#4141

Merged
jamesarich merged 2 commits into
mainfrom
fix/reaction-regressions
Jan 5, 2026
Merged

fix: reaction display regression#4141
jamesarich merged 2 commits into
mainfrom
fix/reaction-regressions

Conversation

@jamesarich

Copy link
Copy Markdown
Collaborator

This change improves the handling of the local user's information. Instead of displaying a generic "Local" name, the app now uses the actual user information from the connected node.

Specific changes include:

  • Updating NodeRepository to use ourNodeInfo for the local user's long and short names.
  • Modifying ReactionDialog to display "(you)" next to the user's name for their own reactions.
  • Using the actual node ID instead of ^local when creating a reaction.

This change improves the handling of the local user's information. Instead of displaying a generic "Local" name, the app now uses the actual user information from the connected node.

Specific changes include:
- Updating `NodeRepository` to use `ourNodeInfo` for the local user's long and short names.
- Modifying `ReactionDialog` to display "(you)" next to the user's name for their own reactions.
- Using the actual node ID instead of `^local` when creating a reaction.

Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
@github-actions github-actions Bot added the bugfix PR tag label Jan 5, 2026
@jamesarich jamesarich enabled auto-merge January 5, 2026 19:11
Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
@codecov

codecov Bot commented Jan 5, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 0.00%. Comparing base (8400ae8) to head (1ee99aa).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@          Coverage Diff          @@
##            main   #4141   +/-   ##
=====================================
  Coverage   0.00%   0.00%           
=====================================
  Files          2       2           
  Lines         19      19           
  Branches       7       7           
=====================================
  Misses        19      19           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@jamesarich jamesarich added this pull request to the merge queue Jan 5, 2026
Merged via the queue into main with commit 6bb54bc Jan 5, 2026
6 checks passed
@jamesarich jamesarich deleted the fix/reaction-regressions branch January 5, 2026 19:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bugfix PR tag

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant