Move a lot of stuff + tidy stuff (#37)

Lots of renaming and moving stuff, some bug fixes, more lenient parsing of notifications and home timeline.
This commit is contained in:
Tobi Smethurst 2021-05-30 13:12:00 +02:00 committed by GitHub
commit 3d77f81c7f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
69 changed files with 342 additions and 719 deletions

View file

@ -26,6 +26,7 @@ import (
"gopkg.in/yaml.v2"
)
// Flags and usage strings for configuration.
const (
UsernameFlag = "username"
UsernameUsage = "the username to create/delete/etc"