It catches the case of a story share that is hidden. The message data in this case looks like this:
We could also extract the handle of the story that was hidden from the message string and save it in the this.storyShare.author variable. I am open for suggestions.
This pull request solves issue #45.
It catches the case of a story share that is hidden. The message data in this case looks like this:
We could also extract the handle of the story that was hidden from the message string and save it in the
this.storyShare.author
variable. I am open for suggestions.@Androz2091 Let me know what you think of this.