# 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 14
# self = https://watcher.sour.is/conv/gjhq2xq
Hey @sorenpeter what version of PHP do you run Timeline on?
Hey @sorenpeter what version of PHP do you run Timeline on?
Hey @aelaraji I'm running PHP 8.2 on my server
Hey @aelaraji I'm running PHP 8.2 on my server
Hey @aelaraji I'm running PHP 8.2 on my server
Hey @aelaraji I'm running PHP 8.2 on my server
Hey! I tried running Timeline on my server with the default PHP version (8.3) and it's giving me a few errors https://eapl.me/timeline/ I should be sending a PR soon to fix it ;)
Hey! I tried running Timeline on my server with the default PHP version (8.3) and it's giving me a few errors https://eapl.me/timeline/ I should be sending a PR soon to fix it ;)
Also I'm thinking on adding support for If-Modified-Since since it'll improve the refreshing process 🤔
Also I'm thinking on adding support for If-Modified-Since since it'll improve the refreshing process 🤔
@eapl.me Yeah, that's exactly why I'm asking. I've been having a couple of errors here and there even though I'm using PHP 8.2 ... Mostly somethings about undefined array keys and creation of dynamic properties being deprecated (CC: @sorenpeter )
@eapl.me Yeah, that's exactly why I'm asking. I've been having a couple of errors here and there even though I'm using PHP 8.2 ... Mostly somethings about undefined array keys and creation of dynamic properties being deprecated (CC: @sorenpeter )
My bad! My editor was set to use 4 spaces instead of a tab... Making twts by hand is hard =P
My bad! My editor was set to use 4 spaces instead of a tab... Making twts by hand is hard =P