How can I get the list of topics an user is following?
-
You can make an api call to https://community.nodebb.org/api/user/psychobunny/favourites
-
No, that's not what I was looking for. Those are favourites posts, I want the topics you follow (and receive notifications when someone replies) by pressing the button I said above.
The truth is that button is from the Vanilla Theme and it's not showing on this forum.
Anyway, reviewing the core I think there isn't a way, so I did it by myself. Nevermind.
-
@baris Exactly. The relation is "topic -> list of users", and I needed "user -> list of topics" so I extended the method toggleFollow from threadTools.js and every time a user starts following a thread, a new tid is stored in
uid:x:followingtopics
.
Copyright © 2024 NodeBB | Contributors