List notifications

This commit is contained in:
simonwt 2026-04-13 17:43:52 +01:00
parent 921b6f5d95
commit 1b50309c09
5 changed files with 39 additions and 3 deletions

View file

@ -138,6 +138,7 @@ def save_response(response):
# x += 1
# save_response(API.run_job('notification.listnotifications'))
save_response(API.run_job('notification.markallasread'))
# save_response(API.run_job('feed.cafefeed'))
@ -149,7 +150,7 @@ def save_response(response):
# }))
# save_response(API.run_job('post.listall'))
save_response(API.run_job('post.listpublic'))
# save_response(API.run_job('post.listpublic'))
# from trustcafeapiwrapper.wrappers.post.create_post import create_post