Files: af7a4df07ba10c8db16edf9a61244f671fe0fbf1 / message / index.js
621 bytesRaw
1 | module.exports = { |
2 | async: { |
3 | publish: require('./async/publish') |
4 | }, |
5 | html: { |
6 | channel: require('./html/channel'), |
7 | comment: require('./html/comment'), |
8 | compose: require('./html/compose'), |
9 | likes: require('./html/likes'), |
10 | notification: require('./html/notification'), |
11 | shares: require('./html/shares'), |
12 | webshares: require('./html/webshares'), |
13 | subject: require('./html/subject'), |
14 | timeago: require('./html/timeago') |
15 | }, |
16 | sync: { |
17 | getParticipants: require('./sync/getParticipants') |
18 | }, |
19 | obs: { |
20 | shares: require('./obs/shares'), |
21 | webshares: require('./obs/webshares') |
22 | } |
23 | } |
24 |
Built with git-ssb-web