Slixfeed/slixfeed
Stephen Paul Weber 93ae763db7
Clear session['next'] if we are done
It will currently contain whatever it was last set to since the session
value is persistent across steps, but the way to signal to slixmpp that
we are done and it should send status=completed is to have next set to
None, per https://codeberg.org/poezio/slixmpp/src/branch/master/slixmpp/plugins/xep_0050/adhoc.py#L317
2024-02-14 23:20:51 -05:00
..
assets Improve groupchat functions to handle with erroneous cases 2024-02-14 17:09:54 +00:00
xmpp Clear session['next'] if we are done 2024-02-14 23:20:51 -05:00
.gitkeep Add new directory 2023-07-16 15:22:20 +00:00
__init__.py Print version at startup 2024-02-04 18:56:19 +00:00
__main__.py Improve groupchat functions to handle with erroneous cases 2024-02-14 17:09:54 +00:00
action.py Add export/import forms. 2024-02-15 00:16:51 +00:00
config.py Fix Ad-hoc form of Settings 2024-02-12 19:01:28 +00:00
crawl.py WIP: Closer to fix double message. See task.py 2024-02-10 17:53:53 +00:00
dt.py Improve update interval mechanism. 2024-01-26 11:34:07 +00:00
fetch.py WIP: Closer to fix double message. See task.py 2024-02-10 17:53:53 +00:00
format.py Split more functions into smaller functions 2024-01-02 18:11:36 +00:00
read.py Segregate code into more particular functions 2024-01-04 01:16:24 +00:00
sqlite.py Add About, Bookmarks and Manual forms 2024-02-14 03:04:49 +00:00
task.py Fix Ad-hoc form of Settings 2024-02-12 19:01:28 +00:00
url.py WIP: Closer to fix double message. See task.py 2024-02-10 17:53:53 +00:00
version.py Improve groupchat functions to handle with erroneous cases 2024-02-14 17:09:54 +00:00