Skip to content

Commit

Permalink
feat: allow for searching by a tweet ID
Browse files Browse the repository at this point in the history
Not sure why I turned this off. It’s clearly useful.
  • Loading branch information
andylolz committed May 14, 2024
1 parent 4f162d6 commit fb2c510
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions output/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,7 @@ Proposed [Twitter community notes](https://twitter.com/i/communitynotes/download
}
content = row['tweet'] ? row['tweet'] : '';
return '<blockquote class="twitter-tweet">' + content + '<a href="https://twitter.com/_/status/' + data + '"></a></blockquote>';
},
searchable: false
}
},
{
data: 'summary',
Expand Down

0 comments on commit fb2c510

Please sign in to comment.