This website requires JavaScript.
Explore
Help
Register
Sign In
DatseMultimediaSites
/
Sharkey
mirror of
https://activitypub.software/TransFem-org/Sharkey.git
Watch
1
Star
0
Fork
You've already forked Sharkey
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
c4e517ab15
Sharkey
/
src
/
api
/
models
/
messaging-message.ts
4 lines
88 B
TypeScript
Raw
Normal View
History
Unescape
Escape
:v:
2017-01-16 16:12:33 -08:00
import
db
from
'../../db/mongodb'
;
export
default
db
.
collection
(
'messaging_messages'
)
;