diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2018-04-02 13:35:46 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-04-02 13:35:46 +0900 |
| commit | fc5284e9aa709dcda4799e6c0f4e445d138c4914 (patch) | |
| tree | 7a417a3bb5cfde837afa5bde0de2c1756b053e2b /src/server/api/common/read-notification.ts | |
| parent | Merge pull request #1363 from akihikodaki/misc (diff) | |
| parent | Introduce publishers directory (diff) | |
| download | misskey-fc5284e9aa709dcda4799e6c0f4e445d138c4914.tar.gz misskey-fc5284e9aa709dcda4799e6c0f4e445d138c4914.tar.bz2 misskey-fc5284e9aa709dcda4799e6c0f4e445d138c4914.zip | |
Merge pull request #1364 from akihikodaki/misc
Introduce publishers directory
Diffstat (limited to 'src/server/api/common/read-notification.ts')
| -rw-r--r-- | src/server/api/common/read-notification.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/api/common/read-notification.ts b/src/server/api/common/read-notification.ts index b51c0ca004..9bd41519fb 100644 --- a/src/server/api/common/read-notification.ts +++ b/src/server/api/common/read-notification.ts @@ -1,6 +1,6 @@ import * as mongo from 'mongodb'; import { default as Notification, INotification } from '../../../models/notification'; -import publishUserStream from '../../../event'; +import publishUserStream from '../../../publishers/stream'; /** * Mark as read notification(s) |