Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • pleroma pleroma
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 598
    • Issues 598
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 101
    • Merge requests 101
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Pleroma
  • pleromapleroma
  • Merge requests
  • !1003

Fix account lookup for nicknames beginning with numbers

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged cascode requested to merge cascode/pleroma:fix/nicknames-beginning-with-numbers into develop Apr 01, 2019
  • Overview 2
  • Commits 2
  • Pipelines 1
  • Changes 3

see pleroma-fe#248 (closed)

it looks like this is primarily a backend issue due to id to/from string parsing, not frontend, and is only still a problem because of all the pre-flake ids still around in instance databases (as in, wouldn't repro if all account ids were flake ids).

this MR is a one-line fix plus two tests.

take a look at the first-commit pipeline if you want to see the tests fail against latest develop.

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: fix/nicknames-beginning-with-numbers