mirror of
https://github.com/moparisthebest/Conversations
synced 2025-01-13 14:38:05 -05:00
removed oob element from file messages
This commit is contained in:
parent
52a5e72b02
commit
f81e44d339
@ -114,7 +114,6 @@ public class MessageGenerator extends AbstractGenerator {
|
||||
if (fileParams.width > 0 && fileParams.height > 0) {
|
||||
addXhtmlImImage(packet,fileParams);
|
||||
}
|
||||
packet.addChild("x","jabber:x:oob").addChild("url").setContent(fileParams.url.toString());
|
||||
} else {
|
||||
content = message.getBody();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user