# 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 13
# self = https://watcher.sour.is/conv/hpzmd2a
@ullarah Re PR 625
@ullarah Re PR 625
Some weirdness going on at the top there but I think you’re already aware? 🤔
Some weirdness going on at the top there but I think you’re already aware? 🤔
Yep already aware haha. Although @prologic I did notice this… I don’t think it has anything to do with the css updates…

@ullarah See this 👌
@ullarah See this 👌
Should have a fix for this shortly... Backwards compatibility is fun 😅 Gonna have to write some kind of tool to migrate an old archive since we changed the structure of the Twter object 😉
Should have a fix for this shortly... Backwards compatibility is fun 😅 Gonna have to write some kind of tool to migrate an old archive since we changed the structure of the Twter object 😉
@prologic Sure! Backwards compatibility is a huge topic (and usually something no one wants to address so it comes to us)

I feel your pain, dude

For Indie Games and Webs I work on, it's about maintenance of previous versions and migration of old data to newer structures and teaching the young team how to do that. Complete fun!
@eaplmx Yup there’s a lot of that going on here because you know it’s impossible to come up with a perfect design and spec straight up 🤣
@eaplmx Yup there’s a lot of that going on here because you know it’s impossible to come up with a perfect design and spec straight up 🤣
@prologic Agreed! 😅