Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 250629a

Browse filesBrowse files
committed
Merge pull request #27 from ntoskrnl/master
Fix for callback not being added in the arguments in PubnubCore.publish()
2 parents 205e92e + d78b121 commit 250629a
Copy full SHA for 250629a

File tree

Expand file treeCollapse file tree

1 file changed

+1
-0
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-0
lines changed
Open diff view settings
Collapse file

‎java/srcPubnubApi/com/pubnub/api/PubnubCore.java‎

Copy file name to clipboardExpand all lines: java/srcPubnubApi/com/pubnub/api/PubnubCore.java
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -631,6 +631,7 @@ public void publish(String channel, JSONObject message, boolean storeInHistory,
631631
Hashtable args = new Hashtable();
632632
args.put("channel", channel);
633633
args.put("message", message);
634+
args.put("callback", callback);
634635
args.put("storeInHistory", (storeInHistory)?"":"0");
635636
publish(args);
636637
}

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.