This website works better with JavaScript.
Home
Help
Register
Sign In
pEp.foundation
/
pEpObjCAdapter
Watch
9
Star
0
Fork
1
Code
Issues
Releases
2
Wiki
Activity
Browse Source
IOS-2628 Workaround empty bloblist
IOS-2651
Dirk Zimmermann
1 year ago
parent
391e9b2bc5
commit
c4a83b23ca
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
pEpObjCAdapter/Extensions/PEPMessage+Engine.m
+ 2
- 1
pEpObjCAdapter/Extensions/PEPMessage+Engine.m
View File
@ -91,8 +91,9 @@
precomposedStringWithCanonicalMapping
]
UTF8String
]
,
0
)
;
if
(
self
.
attachments
)
if
(
self
.
attachments
&&
self
.
attachments
.
count
>
0
)
{
msg
-
>
attachments
=
[
self
.
attachments
toBloblist
]
;
}
return
msg
;
}
Write
Preview
Loading…
Cancel
Save