Post --> Note

Closes #1411
This commit is contained in:
syuilo
2018-04-08 02:30:37 +09:00
parent c7106d250c
commit a1b490afa7
167 changed files with 4440 additions and 1762 deletions

View File

@@ -49,7 +49,7 @@ export type API = {
post: (opts?: {
reply?: any;
repost?: any;
renote?: any;
}) => void;
notify: (message: string) => void;
@@ -312,7 +312,7 @@ export default class MiOS extends EventEmitter {
// Finish init
callback();
//#region Post
//#region Note
// Init service worker
if (this.shouldRegisterSw) this.registerSw();