Skip to content
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.

Cannot read property 'thread_fbid' of undefined #39

Open
rrakso opened this issue Feb 25, 2020 · 0 comments
Open

Cannot read property 'thread_fbid' of undefined #39

rrakso opened this issue Feb 25, 2020 · 0 comments

Comments

@rrakso
Copy link

rrakso commented Feb 25, 2020

image

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant