mirror of
				https://github.com/TitanEmbeds/Titan.git
				synced 2025-11-03 23:37:09 +01:00 
			
		
		
		
	Add support for both link and video embeds as rich embeds
This commit is contained in:
		@@ -905,7 +905,7 @@
 | 
			
		||||
        var emb = [];
 | 
			
		||||
        for (var i = 0; i < embeds.length; i++) {
 | 
			
		||||
            var disembed = embeds[i];
 | 
			
		||||
            if (disembed.type != "rich") {
 | 
			
		||||
            if ($.inArray(disembed.type, ["rich", "link", "video"]) == -1) {
 | 
			
		||||
                continue;
 | 
			
		||||
            }
 | 
			
		||||
            disembed.toRenderFooter = false;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user