mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Merge pull request #2413 from omnivore-app/fix/twitter-author
fix: tweet author not saved
This commit is contained in:
commit
6ed74c5b2f
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