소스 검색

Add more OGP metadata attributes to save

JC Brand 4 년 전
부모
커밋
541613d1fe
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  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",