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 == Nothing = Ignorable p
|
||||||
| presenceFrom p == Just fulljid = Ignorable p
|
| presenceFrom p == Just fulljid = Ignorable p
|
||||||
| isPresenceQuery p = PresenceQuery p
|
| isPresenceQuery p = PresenceQuery p
|
||||||
| null pushed = Ignorable p
|
| null pushed = PresenceMessage p
|
||||||
| otherwise = PushNotification pushed
|
| otherwise = PushNotification pushed
|
||||||
where
|
where
|
||||||
pushed = concat $ catMaybes $ map decodePushNotification $
|
pushed = concat $ catMaybes $ map decodePushNotification $
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue