Skip to content

Commit

Permalink
🎨 Hide Micro Blog Conversation.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Snuggle committed Jan 12, 2025
1 parent a179a2c commit 46652eb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions static/css/snuggle.css
Original file line number Diff line number Diff line change
Expand Up @@ -685,3 +685,7 @@ iframe {
.reaction {
pointer-events: none;
}

.microblog_post {
display: none;
}
2 changes: 1 addition & 1 deletion static/js/webmention.js
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ A more detailed example:

let source = entities(c.url.split('/')[2]);
if (source == "micro.blog") {
source = "@" + entities(c.url.split('/')[3]) + " at " + entities(c.url.split('/')[2]);
source = "@" + entities(c.url.split('/')[3])
}
if (c.author && c.author.name) {
source = entities(c.author.name);
Expand Down

0 comments on commit 46652eb

Please sign in to comment.