I worked it out. Create a FlarumUser
with the AbsolutelyAllExtension
, then
for discussions in u.absolutely_all_discussions():
for d in discussions:
full_discussion = d.get_full_data()
I think there is a bug. I get the first 20 discussions repeated. Then I get the rest, uniquely.