Merge branch 'notification-read-api' into swn
This commit is contained in:
commit
ea9f0be129
26 changed files with 688 additions and 618 deletions
|
|
@ -42,10 +42,6 @@ import { getAccountFromId } from '@/scripts/get-account-from-id';
|
|||
|
||||
console.info(`Misskey v${version}`);
|
||||
|
||||
// boot.jsのやつを解除
|
||||
window.onerror = null;
|
||||
window.onunhandledrejection = null;
|
||||
|
||||
if (_DEV_) {
|
||||
console.warn('Development mode!!!');
|
||||
|
||||
|
|
@ -223,6 +219,10 @@ const rootEl = document.createElement('div');
|
|||
document.body.appendChild(rootEl);
|
||||
app.mount(rootEl);
|
||||
|
||||
// boot.jsのやつを解除
|
||||
window.onerror = null;
|
||||
window.onunhandledrejection = null;
|
||||
|
||||
reactionPicker.init();
|
||||
|
||||
if (splash) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue