# 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 3
# self = https://watcher.sour.is/conv/pl6jodq
I wonder how will this look. The "↳ In-reply-to" needs to go. We need to figure out nesting too, as it might get crazy.
@fastidious At this point the way cross-pod mentions are working (_utilising WebMentions_) I _think_ the Source Twt (_the one you mentioned me from_) should be directly injected into the Source Feed (_your feed you mentioned me from_) instead of the @support feed

So basically the logic (_ think_) could be:

- If valid source feed, directly into into source feed
- If no source feed, inject into @support feed
@fastidious At this point the way cross-pod mentions are working (_utilising WebMentions_) I _think_ the Source Twt (_the one you mentioned me from_) should be directly injected into the Source Feed (_your feed you mentioned me from_) instead of the @support feed

So basically the logic (_ think_) could be:

- If valid source feed, directly into into source feed
- If no source feed, inject into @support feed