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
I realize that it would require changes from software such as timeline and Yarn.
I am working on a syndicated content reader which handles multiple protocols and formats, and I have then realized rgat instruction '/twtxt' in uri would be bad, because URI could also be '/twtxt-a-new-syndication-format.gmi'.
if (uri.endswith('.tw.txt') oruri.endswith('.twtxt.txt') oruri.endswith('/tw.txt') oruri.endswith('/twtxt.txt')):