Skip to content

feat(src/bridge/discord): prefix handle with @ and collapse case-equal names - #62

Merged
phorcys420 merged 1 commit into
mainfrom
phorcys/linear-author-handle
Aug 24, 2026
Merged

feat(src/bridge/discord): prefix handle with @ and collapse case-equal names#62
phorcys420 merged 1 commit into
mainfrom
phorcys/linear-author-handle

Conversation

@phorcys420

Copy link
Copy Markdown
Member

Tweaks how the Discord -> Linear bridge attributes authors in authorOf (src/bridge/discord/map.ts).

  • Handle is now prefixed with @: Display (@handle) instead of Display (handle).
  • The display-name/handle equality check is case-insensitive, so when they only differ by case the handle is dropped and just the display name is shown. e.g. Phorcys (display) + phorcys (handle) now renders as Phorcys instead of Phorcys (phorcys). The display-name casing is preserved.

Verified with bun format, bun lint, and tsc --noEmit (all clean). No test suite in this repo.


This PR was generated by Coder Agents on behalf of @phorcys420.

@phorcys420
phorcys420 merged commit a367216 into main Aug 24, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant