mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-15 05:14:53 +00:00
(fix) Materalized link and image templates
This commit is contained in:
committed by
Francis Lachapelle
parent
34140e77fc
commit
4f75499439
@@ -209,6 +209,7 @@
|
||||
parts.push(part);
|
||||
}
|
||||
else if (part.type == 'UIxMailPartICalViewer' ||
|
||||
part.type == 'UIxMailPartImageViewer' ||
|
||||
part.type == 'UIxMailPartLinkViewer') {
|
||||
// Trusted content that can be compiled (Angularly-speaking)
|
||||
part.compile = true;
|
||||
|
||||
Reference in New Issue
Block a user