minor api change for chat callbacks, and plugins fixed to use the new changes
(which broke after today's niantic site update anyway)
This commit is contained in:
@ -72,7 +72,7 @@ window.plugin.uniques.onPortalDetailsUpdated = function() {
|
||||
|
||||
window.plugin.uniques.onPublicChatDataAvailable = function(data) {
|
||||
var nick = window.PLAYER.nickname;
|
||||
data.raw.success.forEach(function(msg) {
|
||||
data.result.forEach(function(msg) {
|
||||
var plext = msg[2].plext,
|
||||
markup = plext.markup;
|
||||
|
||||
|
Reference in New Issue
Block a user