# 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 7
# self = https://watcher.sour.is/conv/qncgteq
Fixed a thing in the flutter client tonight, it now stores the username \ password and server url.. Which is a nice feature, no need to copy\paste anymore to log in.
@stigatle Is saving the password a good idea security-wise? Or do you save/load it from the user's password manager using an API to do so? 🤔
@stigatle Is saving the password a good idea security-wise? Or do you save/load it from the user's password manager using an API to do so? 🤔
@prologic I use this: https://pub.dev/packages/flutter_secure_storage
@stigatle Ahh cool! 😎
@stigatle Ahh cool! 😎
Fixed so that when you hit 'reply' on a post - it adds the already mentioned people in the post (excluding yourself). Makes it much easier to reply properly to a thread.