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

Side-by-side emoji cause posts not to be rendered when served from Feeds #859

Closed
Bossett opened this issue Jun 7, 2023 · 2 comments
Closed
Labels
bug Something isn't working

Comments

@Bossett
Copy link
Contributor

Bossett commented Jun 7, 2023

Describe the bug
When a post is present in a feed that contains two emojis side-by-side (e.g. 🧪🪲) - the post is not rendered in the client.

To Reproduce

Steps to reproduce the behavior:

Create a feed with the skeleton:

{
  "feed": [{
    "post": "at://did:plc:dfywxa4352ebrely4hdrt56i/app.bsky.feed.post/3jxjrzjz5zl2c"
  }, {
    "post": "at://did:plc:wjx2guv6s4u6bl6xg4krzc4b/app.bsky.feed.post/3jxjpyo6esc2m"
  }]
}

Load it as a custom feed, and open within the app - no posts will render, even though each post can be visited independently:

Expected behavior

The posts render in the feed as they do from the Home page/other pages in the apps.

Screenshots

N/A (bug is 'no output' so it looks like an empty feed from the client)

Details

  • Platform: Desktop (Chrome) and iOS App
  • Platform version: Chrome 114.0.5735.90
  • App version: 1.30.0 (1)
@Bossett Bossett added the bug Something isn't working label Jun 7, 2023
@Bossett Bossett changed the title Side-by-side emoji are not rendered when served from Feeds Side-by-side emoji cause posts not to be rendered when served from Feeds Jun 7, 2023
@Bossett
Copy link
Contributor Author

Bossett commented Jun 7, 2023

https://bsky.app/profile/jcsalterego.bsky.social/post/3jxlnren37q2p

Jerry has worked it out here - it's the language filter stripping them out.

@Bossett
Copy link
Contributor Author

Bossett commented Aug 2, 2023

With the change to not use language auto-detection, this is no longer an issue.

@Bossett Bossett closed this as completed Aug 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant