Skip to content

Commit

Permalink
Disable RepostMarker module globally
Browse files Browse the repository at this point in the history
  • Loading branch information
twobiers authored Jul 10, 2023
1 parent ef8a1e4 commit 941e488
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/module/RepostMarker/RepostMarker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ export default class RepostMarker implements PoweruserModule {


async load() {
// Disabled due to bug #132
return;

const _this = this;
window.addEventListener("loadStreamContent", (e: Event & any) => {
_this.loadReposts(e.data.options);
Expand Down

0 comments on commit 941e488

Please sign in to comment.