mirror of https://gitlab.com/bashrc2/epicyon
Comment
parent
a23f47cdf3
commit
1cf2ea73f9
1
inbox.py
1
inbox.py
|
@ -2069,6 +2069,7 @@ def inboxUpdateIndex(boxname: str, baseDir: str, handle: str,
|
||||||
|
|
||||||
def updateLastSeen(baseDir: str, handle: str, actor: str) -> None:
|
def updateLastSeen(baseDir: str, handle: str, actor: str) -> None:
|
||||||
"""Updates the time when the given handle last saw the given actor
|
"""Updates the time when the given handle last saw the given actor
|
||||||
|
This can later be used to indicate if accounts are dormant/abandoned/moved
|
||||||
"""
|
"""
|
||||||
if '@' not in handle:
|
if '@' not in handle:
|
||||||
return
|
return
|
||||||
|
|
Loading…
Reference in New Issue