Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[🐴] show deleted account for missing.invalid #4014

Merged
merged 2 commits into from
May 14, 2024

Conversation

haileyok
Copy link
Contributor

@haileyok haileyok commented May 14, 2024

Screenshot 2024-05-14 at 11 11 34 AM
Screenshot 2024-05-14 at 11 11 38 AM

Copy link

render bot commented May 14, 2024

Copy link

github-actions bot commented May 14, 2024

Old size New size Diff
6.84 MB 6.84 MB 201 B (0.00%)

Copy link
Member

@mozzius mozzius left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Minor display name logic problem

Comment on lines 36 to 38
const displayName = isDeletedAccount
? 'Deleted Account'
: otherUser?.displayName ?? otherUser?.handle
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should be

  const displayName = isDeletedAccount
    ? 'Deleted Account'
    : otherUser?.displayName || otherUser?.handle

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How do you get it to do the "accept suggested changes" button?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why bluesky why

Copy link
Member

@mozzius mozzius left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

le sigh

@haileyok haileyok merged commit e1ed4a4 into main May 14, 2024
6 checks passed
@haileyok haileyok deleted the hailey/missing-invalid-display-deleted branch May 14, 2024 18:42
estrattonbailey added a commit that referenced this pull request May 15, 2024
* origin/main: (48 commits)
  [🐴] Show if user can be messaged in new chat search (#4021)
  Make more localizable (#3962)
  [🐴] change `Follows Only` to `People I Follow` (#4028)
  Reset after 5 min (#4026)
  [🐴] Block states, read only (#4022)
  [🐴]Add DM push notification sound (#4000)
  remove serviceurl gate (#4019)
  reword subtitle (#4017)
  [🐴] show deleted account for `missing.invalid` (#4014)
  [🐴] use "Chats" instead of "Messages" (#4013)
  100vh settings screen (#4015)
  Run intl extract (#4016)
  [🐴] Settings screen (#3830)
  [🐴] Message drafts (#3993)
  Update Korean localization (#3887)
  Update catalan messages.po (#3984)
  Fix dep (#4011)
  [🐴] Make status checks easier, fix load state (#4010)
  [🐴] Chat muted state (#3988)
  [🐴] Swap in new package, update usages (#3992)
  ...
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.

2 participants