Merge pull request #1351 from akihikodaki/webfinger
Implement post Activity Streams
This commit is contained in:
commit
5323ab8e8e
5 changed files with 95 additions and 4 deletions
|
@ -48,6 +48,7 @@ export type IPost = {
|
|||
heading: number;
|
||||
speed: number;
|
||||
};
|
||||
tags: string[];
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue