Skip to content
This repository has been archived by the owner on Mar 10, 2020. It is now read-only.

feat: Fix log/tail for 0.3.9 #130

Merged
merged 2 commits into from
Nov 21, 2015
Merged

Conversation

dignifiedquire
Copy link
Contributor

Works in node, will work in the browser with #128

@@ -203,7 +204,10 @@ function IpfsAPI (host_or_multiaddr, port) {

self.log = {
tail (cb) {
return requestAPI('log/tail', null, {enc: 'text'}, null, true, cb)
requestAPI('log/tail', null, {}, null, false, (err, res) => {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is no more need for "enc" param?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nope no need for that in 0.3.9 (it actually is ignored for log/tail)

dignifiedquire added a commit that referenced this pull request Nov 21, 2015
feat: Fix log/tail for 0.3.9
@dignifiedquire dignifiedquire merged commit 0b7ff96 into ipfs-inactive:master Nov 21, 2015
@dignifiedquire dignifiedquire mentioned this pull request Nov 23, 2015
53 tasks
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants