Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is there a reason there's no "mention_from" edge? #10

Closed
williamgunn opened this issue Jul 15, 2019 · 1 comment
Closed

Is there a reason there's no "mention_from" edge? #10

williamgunn opened this issue Jul 15, 2019 · 1 comment

Comments

@williamgunn
Copy link

@williamgunn williamgunn commented Jul 15, 2019

This is a question about why you modeled the interactions the way they're modeled.

You have the following user edges:
user - (tweets) -> tweet
user - (retweets) -tweet
user - (quotes) -> tweet
user - (has_retweet_from) -> user
user - (has_quote_from) -> user

It seems like there should also be a
user - (has_mention_from) -> user edge, but you only have a
tweet - (has_mention_of) -> user edge

Is there something I'm missing or did you just not feel the need for this relationship?

@seinecle
Copy link
Owner

@seinecle seinecle commented Jun 6, 2020

Sorry for this late reply. The developer and maintainer of this plugin is Matthieu Totet, who can answer you (https://twitter.com/Totetmatt)

@seinecle seinecle closed this Jun 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.