mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-12 08:03:06 -04:00
NoUnblockToJump: Fix outdated plugin description (#3422)
This commit is contained in:
parent
1fdfd6f305
commit
6ea960cf90
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
# No Unblock To Jump
|
# No Unblock To Jump
|
||||||
|
|
||||||
Removes the popup preventing you to jump to a message from a blocked/ignored user (eg: in search results)
|
Removes the popup preventing you to jump to a message from a blocked/ignored user or likely spammer (eg: in search results)
|
||||||
|
|
||||||

|

|
||||||
|
|
|
@ -21,7 +21,7 @@ import definePlugin from "@utils/types";
|
||||||
|
|
||||||
export default definePlugin({
|
export default definePlugin({
|
||||||
name: "NoUnblockToJump",
|
name: "NoUnblockToJump",
|
||||||
description: "Allows you to jump to messages of blocked users without unblocking them",
|
description: "Allows you to jump to messages of blocked or ignored users and likely spammers without unblocking them",
|
||||||
authors: [Devs.dzshn],
|
authors: [Devs.dzshn],
|
||||||
patches: [
|
patches: [
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue