Commit d3ada0d8 authored by Dan Pascu's avatar Dan Pascu

Fixed argument type

parent 687f8b93
...@@ -84,7 +84,7 @@ class PresencePublicationHandler(object): ...@@ -84,7 +84,7 @@ class PresencePublicationHandler(object):
if presence_state == 'Invisible': if presence_state == 'Invisible':
# Publish an empty offline state so that other clients are also synced # Publish an empty offline state so that other clients are also synced
return self.build_offline_pidf(account, False) return self.build_offline_pidf(account, None)
doc = pidf.PIDF(str(account.uri)) doc = pidf.PIDF(str(account.uri))
timestamp = ISOTimestamp.now() timestamp = ISOTimestamp.now()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment