impl matrix continuation so i can get rid of per-msg get-set

This commit is contained in:
Bel LaPointe
2022-01-13 13:08:52 -05:00
parent 65e43f8d2a
commit a07a7d5a00
6 changed files with 49 additions and 16 deletions

View File

@@ -37,6 +37,7 @@ type Config struct {
Matrix struct {
ReceiveEnabled bool
Mock bool
Continuation string
Homeserver string
Username string
Token string