~fabrixxm/activist

b49f11d282d5c05ce3e179839d5e8eb6dfa0c4dc — fabrixxm 7 months ago d60d685
cli add 'admin updateconv' command
2 files changed, 5 insertions(+), 1 deletions(-)

M activist/commands/admin.py
M activist/commands/cli.py
M activist/commands/admin.py => activist/commands/admin.py +4 -0
@@ 76,3 76,7 @@ def taskrunner():
        res = background.execute()
        if res is None:
            waitfunc()

@command
def updateconv(obj_id:str):
    tasks.update_conversations(obj_id)
\ No newline at end of file

M activist/commands/cli.py => activist/commands/cli.py +1 -1
@@ 111,4 111,4 @@ def delete(objectid:str) -> int:
        return 255

    activities.delete(obj.data)
    return 0
\ No newline at end of file
    return 0