Use handle when display name is blank #11
Labels
No Label
bug
documentation
duplicate
enhancement
good first issue
help wanted
infrastructure
invalid
question
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: bit-badger/jobs-jobs-jobs#11
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
It appears that Mastodon will use the user's handle as their display name, if the user hasn't specified a different one. Currently, we are storing and using the blank display name, rather than mimicking this behavior. Modify the "display name update" logic to use the handle for that field if the name we got from NAS is blank.
In the interim, run this as often as necessary...
The work on this will be undone when #12 is done. Closing this in preference for that issue, which will be added to the 1.0 project.