We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The platforms that their node metadata needs to be updated to fill with url values are
html_url
url
The hivemind ETLs should be updated and the way to include the URL values for each platform are
https://discord.com/channels/guild_id/thread_id/message_id
https://forum_endpoint/t/topic_id/post_number
https://t.me/c/{chat_id}/{message_id}
{chat_id}
-100
https://drive.google.com/file/d/{FILE_ID}/view
https://www.notion.so/{Page-ID}
The text was updated successfully, but these errors were encountered:
amindadgar
Successfully merging a pull request may close this issue.
The platforms that their node metadata needs to be updated to fill with url values are
html_url
to be justurl
in metadata namesThe hivemind ETLs should be updated and the way to include the URL values for each platform are
https://discord.com/channels/guild_id/thread_id/message_id
https://forum_endpoint/t/topic_id/post_number
https://t.me/c/{chat_id}/{message_id}
{chat_id}
is derived from the group's unique identifier. For private groups, it is the group ID without the-100
prefix.https://drive.google.com/file/d/{FILE_ID}/view
https://www.notion.so/{Page-ID}
The text was updated successfully, but these errors were encountered: