git ssb

2+

mixmix / ticktack



Tree: ba050d296a338574b378e2dcc8d67060d46b6fea

Files: ba050d296a338574b378e2dcc8d67060d46b6fea / unread / index.js

278 bytesRaw
1module.exports = {
2 obs: {
3 getUnreadMsgsCache: require('./obs/getUnreadMsgsCache')
4 },
5 sync: {
6 getStore: require('./sync/getStore'),
7 isUnread: require('./sync/isUnread'),
8 markRead: require('./sync/markRead'),
9 saveStore: require('./sync/saveStore')
10 }
11}
12

Built with git-ssb-web