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
5 changed files with 95 additions and 4 deletions

View File

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