mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
fix: tweet author not saved
This commit is contained in:
parent
dec440b762
commit
12009d1d06
1 changed files with 1 additions and 0 deletions
|
|
@ -282,6 +282,7 @@ export class NitterHandler extends ContentHandler {
|
|||
<meta property="article:published_time" content="${tweet.createdAt}" />
|
||||
<meta property="og:site_name" content="Twitter" />
|
||||
<meta property="og:type" content="tweet" />
|
||||
<meta property="dc:creator" content="${author.name}" />
|
||||
</head>
|
||||
<body>
|
||||
<div class="_omnivore_twitter">
|
||||
|
|
|
|||
Loading…
Reference in a new issue