More Lysand protocol work, refactor keys, small refactoring overall

This commit is contained in:
Jesse Wierzbinski 2023-11-04 13:59:55 -10:00
parent 77a675afe6
commit a1c0164e9d
No known key found for this signature in database
GPG key ID: F9A1E418934E40B0
11 changed files with 304 additions and 89 deletions

View file

@ -85,7 +85,8 @@ export interface LysandAction extends LysandObjectType {
| "FollowAccept"
| "FollowReject"
| "Announce"
| "Undo";
| "Undo"
| "Extension";
author: string;
}