export pubToFeed
This commit is contained in:
parent
955a77e5e8
commit
45aa0831e4
1 changed files with 7 additions and 1 deletions
|
|
@ -173,8 +173,14 @@ module.exports = {
|
|||
getPubToAvatar,
|
||||
onDisplayName,
|
||||
getPubToDn,
|
||||
onIncoming: require('./pubToIncoming').onIncoming,
|
||||
|
||||
onPubToIncoming: require('./pubToIncoming').onPubToIncoming,
|
||||
getPubToIncoming: require('./pubToIncoming').getPubToIncoming,
|
||||
setPubToIncoming: require('./pubToIncoming').setPubToIncoming,
|
||||
|
||||
onPubToFeed: require('./pubToFeed').onPubToFeed,
|
||||
getPubToFeed: require('./pubToFeed').getPubToFeed,
|
||||
|
||||
onStoredReqs,
|
||||
getStoredReqs,
|
||||
onAddresses: require('./addresses').onAddresses,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue