mirror of
https://github.com/Sheldan/abstracto.git
synced 2026-03-25 14:06:24 +00:00
[AB-71] adding cache flag to cached message
This commit is contained in:
@@ -73,6 +73,7 @@ public class CacheEntityServiceBean implements CacheEntityService {
|
||||
.id(attachment.getIdLong())
|
||||
.fileName(attachment.getFileName())
|
||||
.height(attachment.getHeight())
|
||||
.spoiler(attachment.isSpoiler())
|
||||
.proxyUrl(attachment.getProxyUrl())
|
||||
.size(attachment.getSize())
|
||||
.url(attachment.getUrl())
|
||||
|
||||
Reference in New Issue
Block a user