# 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 17
# self = https://watcher.sour.is/conv/jr75lpa
Uh oh... might be a bug there, my edits turned into 3 seperate Yarns 🤣
Or not... it's fine in my twtxt.txt file. Only showing as dupes on my timeline 🤔
@eldersnake it is the catching, I believe. Dupes will go away. It has happened to me too before.
@fastidious Ahh, interesting! First I've seen it (or maybe noticed it) but that's good to know.
@eldersnake Oh that _might_ be a bug indeed! Hit Manage Pod -> Refresh Cache and see if it makes that disappear? 🤔 If so I'll try to repro locally and fix ASAP 🤦‍♂️
@eldersnake Oh that _might_ be a bug indeed! Hit Manage Pod -> Refresh Cache and see if it makes that disappear? 🤔 If so I'll try to repro locally and fix ASAP 🤦‍♂️
@eldersnake Not be just a bug 😆 Caching is hard 🤣
@eldersnake Not be just a bug 😆 Caching is hard 🤣
@prologic Hmm, hitting Refresh Cache didn't seem to make any difference. 🤔
@eldersnake Hmm didn't think so. Okay I _think_ I know what the bug is 👌 I'll fix before dinner this evening 🤞
@eldersnake Hmm didn't think so. Okay I _think_ I know what the bug is 👌 I'll fix before dinner this evening 🤞
Let me test it, because I haven't edited a twt in a while. Can't repro.
Fixed! 🥳


* 15dbcee 2021-11-08 | Fix caching bug with editing and deleting last twt (HEAD -> master, origin/master) [James Mills]
Fixed! 🥳


* 15dbcee 2021-11-08 | Fix caching bug with editing and deleting last twt (HEAD -> master, origin/master) [James Mills]
This fix uses Cache.DeleteFeed(feeds types.Feeds) but I _think_ this is a bit harsh, I _think_ the Cache should have a .DeleteLastTwt(url string) method IHMO for this puprose.
This fix uses Cache.DeleteFeed(feeds types.Feeds) but I _think_ this is a bit harsh, I _think_ the Cache should have a .DeleteLastTwt(url string) method IHMO for this puprose.