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
Currently when a user does .tell mal https://website.tld/place, tell.py saves the message and url handling shows the link information.
When I show back up and Sopel gives me the reminder, url handling is never given the URL to show me the title/preview for.
The solution
Have tell.py's output sent through url handling so I get the link title (or PR info, or twitter post, or etc) when I'm given the message.
Notes
The ideal solution would be to have tell.py hand off just the requested message to url handling on output, since we don't want any weird command recursion or anything.
The text was updated successfully, but these errors were encountered:
The problem
Currently when a user does
.tell mal https://website.tld/place
, tell.py saves the message and url handling shows the link information.When I show back up and Sopel gives me the reminder, url handling is never given the URL to show me the title/preview for.
The solution
Have tell.py's output sent through url handling so I get the link title (or PR info, or twitter post, or etc) when I'm given the message.
Notes
The ideal solution would be to have tell.py hand off just the requested message to url handling on output, since we don't want any weird command recursion or anything.
The text was updated successfully, but these errors were encountered: