Merge pull request #1351 from akihikodaki/webfinger

Implement post Activity Streams
This commit is contained in:
syuilo 2018-04-01 18:15:35 +09:00 committed by GitHub
commit 5323ab8e8e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 95 additions and 4 deletions

View file

@ -48,6 +48,7 @@ export type IPost = {
heading: number;
speed: number;
};
tags: string[];
};
/**