# I am the Watcher. I am your guide through this vast new twtiverse.
# 
# Usage:
#     https://watcher.sour.is/api/plain/users              View list of users and latest twt date.
#     https://watcher.sour.is/api/plain/twt                View all twts.
#     https://watcher.sour.is/api/plain/mentions?uri=:uri  View all mentions for uri.
#     https://watcher.sour.is/api/plain/conv/:hash         View all twts for a conversation subject.
# 
# Options:
#     uri     Filter to show a specific users twts.
#     offset  Start index for quey.
#     limit   Count of items to return (going back in time).
# 
# twt range = 1 23
# self = https://watcher.sour.is/conv/gnxd7pq
apparently you can compose multi-line twtxt's with txtnish but it won't render them? maybe should patch it to support the line-break proposal here? https://dbohdan.com/wiki/twtxt-line-breaks
apparently you can compose multi-line twtxt's with txtnish but it won't render them? maybe should patch it to support the line-break proposal here? https://dbohdan.com/wiki/twtxt-line-breaks
@jb55 Twtxt.net currently suppports the Unicode line break but we plan to move to what @dbdohdan proposed
@jb55 Twtxt.net currently suppports the Unicode line break but we plan to move to what @dbdohdan proposed
@jb55 Twtxt.net currently suppports the Unicode line break but we plan to move to what @dbdohdan proposed
@jb55 @prologic The definition of a twt hash is probably going to be fun with that approach. Btw, @prologic, same "d" TLD "bug" in https://twtxt.net/twt/kuj4oea.
@lyse Hmmm thanks. I _think_ I posted that from Goryon 🤔
@lyse Hmmm thanks. I _think_ I posted that from Goryon 🤔
@lyse Hmmm thanks. I _think_ I posted that from Goryon 🤔
@lyse Hmmm can you help me track this bug down? I posted two twts from my iPhone using Goryon just now [here}(https://twtxt.net/twt/ztlb5yq) and here and they're fine. 🤔 -- Sorry @vain for the tests 😀
@lyse Hmmm can you help me track this bug down? I posted two twts from my iPhone using Goryon just now [here}(https://twtxt.net/twt/ztlb5yq) and here and they're fine. 🤔 -- Sorry @vain for the tests 😀
@lyse Hmmm can you help me track this bug down? I posted two twts from my iPhone using Goryon just now [here}(https://twtxt.net/twt/ztlb5yq) and here and they're fine. 🤔 -- Sorry @vain for the tests 😀
@lyse Found it! -> https://github.com/jointwt/twtxt/blob/cdd60140e7c492365ed674ac49dc1ed3d7410153/internal/utils.go#L1432 🎉
@lyse Found it! -> https://github.com/jointwt/twtxt/blob/cdd60140e7c492365ed674ac49dc1ed3d7410153/internal/utils.go#L1432 🎉
@lyse Found it! -> https://github.com/jointwt/twtxt/blob/cdd60140e7c492365ed674ac49dc1ed3d7410153/internal/utils.go#L1432 🎉
This is fixed now! Thanks @lyse 🙇‍♂️ Looks like this was broken for months 😳 https://github.com/jointwt/twtxt/commit/12b3d03c1e02533c39b290195d9f2fae9cebf78c
This is fixed now! Thanks @lyse 🙇‍♂️ Looks like this was broken for months 😳 https://github.com/jointwt/twtxt/commit/12b3d03c1e02533c39b290195d9f2fae9cebf78c
This is fixed now! Thanks @lyse 🙇‍♂️ Looks like this was broken for months 😳 https://github.com/jointwt/twtxt/commit/12b3d03c1e02533c39b290195d9f2fae9cebf78c
@prologic Nice! Okay, that's where the "d" comes from, but I don't get where the twtxt.net like URL was produced. Must be hidden somewhere in the call chain.
@lyse That section of code is only called when editing a Twt in the Web App. Editing Twts never made it to the API or Mobile app
@lyse That section of code is only called when editing a Twt in the Web App. Editing Twts never made it to the API or Mobile app
@lyse That section of code is only called when editing a Twt in the Web App. Editing Twts never made it to the API or Mobile app
@prologic Ah, thanks for the clarification!