bugfix
This commit is contained in:
parent
9a8d0be866
commit
cbbfd4d00b
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ decodeStanza fulljid (ReceivedPresence p)
|
|||
| presenceFrom p == Nothing = Ignorable p
|
||||
| presenceFrom p == Just fulljid = Ignorable p
|
||||
| isPresenceQuery p = PresenceQuery p
|
||||
| null pushed = Ignorable p
|
||||
| null pushed = PresenceMessage p
|
||||
| otherwise = PushNotification pushed
|
||||
where
|
||||
pushed = concat $ catMaybes $ map decodePushNotification $
|
||||
|
|
Loading…
Reference in a new issue