index
:
misskey
master
my misskey fork
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
api
/
models
/
notification.ts
blob: 6ec7c53eef729df420dc513b25eb18c61c719374 (
plain
)
1
2
3
import
db
from
'../../db/mongodb'
;
export
default
db
.
get
(
'notifications'
);