Danie1 / threads-api

Unofficial Python API for Meta's Threads App
https://pypi.org/project/threads-api/
MIT License
108 stars 15 forks source link

fix: get_user_threads function #24

Closed FernandaOchoa closed 12 months ago

FernandaOchoa commented 12 months ago

Issue

get_user_threads function show the same result that get_user_reply's function.

Solution

The doc_id variable was the same for get_user_reply's and get_user_threads, now have the correct id's each function and display their related threads. As #22 MSLolita mentioned.