Explorar el Código

Add more OGP metadata attributes to save

JC Brand hace 4 años
padre
commit
541613d1fe
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      src/headless/plugins/muc/muc.js

+ 2 - 0
src/headless/plugins/muc/muc.js

@@ -17,6 +17,8 @@ const MODERATOR_COMMANDS = ['kick', 'mute', 'voice', 'modtools'];
 const VISITOR_COMMANDS = ['nick'];
 
 const METADATA_ATTRIBUTES = [
+    "og:article:author",
+    "og:article:published_time",
     "og:description",
     "og:image",
     "og:image:height",