Commit 635f4f4
committed
Problem here - this would constantly throw NullReferenceExceptions because it was trying to merge with a value of pm.Presence that was null (which Merge() cannot do).
So, we can check if the received presence is null first before trying to do Merge.1 parent 5548f5b commit 635f4f4
1 file changed
+5
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
300 | 300 | | |
301 | 301 | | |
302 | 302 | | |
303 | | - | |
304 | | - | |
305 | | - | |
306 | | - | |
307 | | - | |
| 303 | + | |
308 | 304 | | |
309 | 305 | | |
310 | | - | |
311 | | - | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
312 | 310 | | |
313 | 311 | | |
314 | 312 | | |
| |||
0 commit comments