You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 23, 2023. It is now read-only.
Links and handles in DMs currently do not linkify. This may be a Twitter API/JSON limitation, but it seems odd to do that. We should linkify if possible.
The text was updated successfully, but these errors were encountered:
This is a database issue. We store the plain text, but not the metadata for the link position. When the DM first comes in then it is linkified, but not when we reload it from the database.
We may need to save the markup in the database instead (and update old messages as we see them, if possible)
We previously just stored the flattened text. Now we are
can show linkified text and should be future-proofed!
Note: This will only fix recent tweets that the API still serves up.
Fixes#13. Should add some required underpinnings for #12.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Links and handles in DMs currently do not linkify. This may be a Twitter API/JSON limitation, but it seems odd to do that. We should linkify if possible.
The text was updated successfully, but these errors were encountered: