forked from mirror/monocles_chat_clean
Default store media not in cache
This commit is contained in:
parent
ca3e8c67e6
commit
cc8e463954
1 changed files with 1 additions and 1 deletions
|
@ -1437,7 +1437,7 @@ public class Conversation extends AbstractEntity implements Blockable, Comparabl
|
|||
if ("cache".equals(getAttribute("storeMedia"))) return true;
|
||||
if ("shared".equals(getAttribute("storeMedia"))) return false;
|
||||
if (mode == Conversation.MODE_MULTI && !mucOptions.isPrivateAndNonAnonymous()) return true;
|
||||
return true;
|
||||
return false;
|
||||
}
|
||||
|
||||
public boolean setAttribute(String key, boolean value) {
|
||||
|
|
Loading…
Reference in a new issue