Merge pull request #1351 from akihikodaki/webfinger
Implement post Activity Streams
This commit is contained in:
@ -48,6 +48,7 @@ export type IPost = {
|
||||
heading: number;
|
||||
speed: number;
|
||||
};
|
||||
tags: string[];
|
||||
};
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user