Add more OGP metadata attributes to save

This commit is contained in:
JC Brand 2021-03-04 17:56:24 +01:00
parent 19a9da3032
commit 541613d1fe

View File

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