Counter-for-Messenger
Counter-for-Messenger copied to clipboard
Cannot read property 'thread_fbid' of undefined
function c(e) {
var t = e.thread_key.thread_fbid ? e.thread_key.thread_fbid : e.thread_key.other_user_id;
return e.messages.nodes.map(function(e) {
switch (e.__typename) {
case "UserMessage":
var a = void 0;
return e.sticker && (a = [{
I think this issue is similar to this one