# 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 10
# self = https://watcher.sour.is/conv/756zhuq
@lyse any idea how to fix this accoss pods and self hosted twtxt files?
@darch Fix what exactly? My twt? Easily done, but then your reply would point into the nirvana.
@lyse I _think_ @darch was probably interested in how this bad mention happened in the first place... So am I actually... Can you shed some light on how this happened? 🤔
@lyse I _think_ @darch was probably interested in how this bad mention happened in the first place... So am I actually... Can you shed some light on how this happened? 🤔
@lyse I _think_ @darch was probably interested in how this bad mention happened in the first place... So am I actually... Can you shed some light on how this happened? 🤔
@lyse I _think_ @darch was probably interested in how this bad mention happened in the first place... So am I actually... Can you shed some light on how this happened? 🤔
@lyse yes to what @prologic said
@darch @prologic As briefly mentioned in https://twtxt.net/twt/23pnlzq, I still rely on the official twtxt client (that I patched up on a few ends) for downloading and managing subscriptions. So my config contains:


[following]
darch = https://twtxt.net/user/darch/twtxt.txt
darch@neotxt = https://neotxt.dk/user/darch/twtxt.txt


My own client tt only acts as a viewer into the twtxt reference implemenation's cache and config. When replying to a thread, tt adds in all the participants of the thread as mentions. Since darch wrote from his account on neotxt.txt and not the one on twtxt.net my client of course added a mention with the second nick from the config above. I forgot to remove my chosen nick suffix and that's how it all came together. Ideally, the mapping would be reversed to use the URL as key, but that change would require even more temporary patching and I want to get rid of the original implementation eventually anyways.
@lyse I'm no longer using my account on twtxt.net, so no real need to still follow it.
I just keep it around to preserve the history and if I ever need to log in and test something on twtxt.net.
@darch this got me to thinking--since twt is a text-based format, it should be relatively straightforward to merge the history from one account into another. I haven't thought through the implications of that for threads/yarns or whatever, but at least at the level of the data format it's almost trivial to do. I wonder if that's something to explore?