Vencord/src/plugins
V 6300198a54
MessageLinkEmbeds: Fix niche unclaimed account bug
This plugin fires MESSAGE_UPDATE events for messages containing message
links (to rerender them). If the updated message is an interaction, it
contains message.interaction.user. If the one who ran the command is
you, message.interaction.user will be you and the email in this data is
always set to null. Discord seems to update the local user data with
this user. So essentially, in the above described edge case it would
update the current user to have no email (only locally, in memory. There
is 0 risk for your account, it was just a temporary visual bug) which
would cause the unclaimed account banner to appear.

This commit fixes this by simply omitting the interaction field from the
MESSAGE_UPDATE event
2023-05-28 22:02:47 +02:00
..
betterFolders [skip ci] Refactor utils 2023-05-06 01:36:00 +02:00
clearURLs Remove migratePluginSettings calls 2023-04-30 00:09:15 +02:00
gameActivityToggle Nicer GameActivity & SilentMsg UX; Fix [object Object] jumpscare (#863) 2023-04-10 23:59:48 +02:00
imageZoom Implement plugin tags 2023-05-12 03:41:15 +02:00
invisibleChat feat(InvisibleChat): use discords embed api (#1162) 2023-05-17 04:38:01 +02:00
messageLogger [skip ci] Refactor utils 2023-05-06 01:36:00 +02:00
permissionsViewer PermViewer: Add ability to change sort order; Properly center (#1182) 2023-05-23 02:22:25 +02:00
pinDms [skip ci] Refactor utils 2023-05-06 01:36:00 +02:00
pronoundb [skip ci] PronounDB: Do not add pronouns to automod messages 2023-05-15 18:20:34 +02:00
relationshipNotifier [skip ci] Refactor utils 2023-05-06 01:36:00 +02:00
reviewDB [ReviewDB] Improve UI & Use new RewviewDB api endpoints (#1104) 2023-05-14 01:29:13 +02:00
sendTimestamps New Plugin: Translate (#1089) 2023-05-10 23:14:04 +02:00
shikiCodeblocks [skip ci] Refactor utils 2023-05-06 01:36:00 +02:00
showConnections ShowConnections: Add verified & copy/link icons in tooltip (#1092) 2023-05-10 23:13:47 +02:00
showHiddenChannels Fix SHC broken patches; Sort PermViewer channel overwrites roles (#1166) 2023-05-20 02:24:56 +02:00
showMeYourName [skip ci] Refactor utils 2023-05-06 01:36:00 +02:00
spotifyControls SpotifyControls: Add context menu icons 2023-05-13 23:47:13 +02:00
startupTimings [skip ci] Refactor utils 2023-05-06 01:36:00 +02:00
translate UserScript: Fix fetch().res.ok 2023-05-15 02:49:34 +02:00
userVoiceShow [skip ci] Refactor utils 2023-05-06 01:36:00 +02:00
usrbg USRBG: Hide Nitro badge if banner's source is USRBG (#1096) 2023-05-11 19:33:08 +02:00
vencordToolbox [skip ci] Refactor utils 2023-05-06 01:36:00 +02:00
alwaysAnimate.ts feat: Add AlwaysAnimate plugin (#908) 2023-04-15 05:10:03 +00:00
alwaysTrust.ts Fix broken patches (#701) 2023-03-25 08:42:26 +00:00
anonymiseFileNames.ts [skip ci] Refactor utils 2023-05-06 01:36:00 +02:00
apiBadges.tsx PluginModal: Anonymise authors (#1176) 2023-05-23 01:55:39 +02:00
apiCommands.ts Fix canary 2023-01-07 03:19:37 +01:00
apiContextMenu.ts Fix settings on Vencord Mobile (#905) 2023-04-15 02:27:11 +02:00
apiMemberListDecorators.ts feat(PlatformIndicators): add indicator to messages (#343) 2022-12-21 20:16:32 +01:00
apiMessageAccessories.ts Fix Message Accessories API (#441) 2023-01-21 01:47:24 +01:00
apiMessageDecorations.ts Fix canary 2023-01-07 03:19:37 +01:00
apiMessageEvents.ts Fix FakeNitro Stickers (#1048) 2023-05-05 02:47:08 +02:00
apiMessagePopover.ts Fix broken plugins 2023-03-31 05:55:25 +02:00
apiNotices.ts Improvements for patches and misc stuff (#582) 2023-03-08 00:11:59 -03:00
apiServerList.ts Fix ServerListAPI 2023-05-11 02:35:05 +02:00
apiSettingsStore.ts Game Activity Toggle and SettingsStoreAPI (#587) 2023-04-03 02:13:44 +02:00
arRPC.web.tsx Add Web/Desktop specific plugin capabilities; misc fixes 2023-03-11 14:18:32 +01:00
banger.ts Path aliases, better lazyWebpack (#268) 2022-11-28 13:37:55 +01:00
betterGifAltText.ts refactor: update plugins to use $self (#478) 2023-02-10 22:41:49 +01:00
betterNotes.ts [skip ci] Refactor utils 2023-05-06 01:36:00 +02:00
betterRoleDot.ts [skip ci] Refactor utils 2023-05-06 01:36:00 +02:00
betterUploadButton.ts Path aliases, better lazyWebpack (#268) 2022-11-28 13:37:55 +01:00
blurNsfw.ts [skip ci] Refactor utils 2023-05-06 01:36:00 +02:00
callTimer.tsx [skip ci] Refactor utils 2023-05-06 01:36:00 +02:00
colorSighted.ts Fix Fake Nitro making Discord unusable and ColorSighted not working sometimes (#640) 2023-03-21 09:41:31 +00:00
consoleShortcuts.ts SHC: Fix emoji rendering & allowed users/roles edge cases (#895) 2023-04-15 05:02:08 +02:00
crashHandler.ts [skip ci] Refactor utils 2023-05-06 01:36:00 +02:00
customRPC.tsx [skip ci] Refactor utils 2023-05-06 01:36:00 +02:00
devCompanion.dev.tsx [skip ci] Refactor utils 2023-05-06 01:36:00 +02:00
disableDMCallIdle.ts Revert "Delete DisableDMCallIdle: Discord removed this 'feature'" (#889) 2023-04-14 03:37:14 +02:00
emoteCloner.tsx feat(plugin): FavoriteEmojiFirst (#1110) 2023-05-17 04:38:15 +02:00
experiments.tsx experiments: Add a warning card to experiments page (#1097) 2023-05-11 02:34:39 +02:00
f8break.ts feat(plugin): F8Break (#581) 2023-03-18 04:54:19 +01:00
fakeNitro.ts Make Fake Nitro transformations support the new markdown (#911) 2023-05-23 00:25:48 -03:00
fakeProfileThemes.tsx [skip ci] Refactor utils 2023-05-06 01:36:00 +02:00
fart.ts [skip ci] Refactor utils 2023-05-06 01:36:00 +02:00
favEmojiFirst.ts feat(plugin): FavoriteEmojiFirst (#1110) 2023-05-17 04:38:15 +02:00
fixInbox.tsx Fix casing in filename 2023-03-11 00:27:02 +01:00
forceOwnerCrown.ts refactor: update plugins to use $self (#478) 2023-02-10 22:41:49 +01:00
friendInvites.ts Fix FriendInvites (#874) 2023-04-12 02:33:05 +02:00
gifPaste.ts Fix inserting text when markdown preview is off 2023-04-18 23:13:10 +02:00
hideAttachments.tsx MessageLinkEmbeds: Fix niche unclaimed account bug 2023-05-28 22:02:47 +02:00
ignoreActivities.tsx [skip ci] Refactor utils 2023-05-06 01:36:00 +02:00
iLoveSpam.ts Path aliases, better lazyWebpack (#268) 2022-11-28 13:37:55 +01:00
index.ts [skip ci] Refactor utils 2023-05-06 01:36:00 +02:00
keepCurrentChannel.ts feat: auto-managed flux subscriptions via plugin.flux (#959) 2023-04-22 01:18:19 +00:00
lastfm.tsx lastfm: Fix discord application 2023-05-18 05:11:06 +02:00
loadingQuotes.ts refactor: update plugins to use $self (#478) 2023-02-10 22:41:49 +01:00
memberCount.tsx MemberCount: Do not count offline group lol 2023-05-06 01:06:48 +02:00
messageClickActions.ts oops, add missing else 2023-05-12 04:17:12 +02:00
messageLinkEmbeds.tsx MessageLinkEmbeds: Fix niche unclaimed account bug 2023-05-28 22:02:47 +02:00
messageTags.ts [skip ci] Refactor utils 2023-05-06 01:36:00 +02:00
moreCommands.ts Path aliases, better lazyWebpack (#268) 2022-11-28 13:37:55 +01:00
moreKaomoji.ts Remove migratePluginSettings calls 2023-04-30 00:09:15 +02:00
moreUserTags.tsx MoreUserTags: Fix & Add ability to customize text inside tag (#1077) 2023-05-13 22:38:49 +00:00
moyai.ts [skip ci] Refactor utils 2023-05-06 01:36:00 +02:00
muteNewGuild.tsx [skip ci] Refactor utils 2023-05-06 01:36:00 +02:00
noBlockedMessages.ts [skip ci] Refactor utils 2023-05-06 01:36:00 +02:00
noDevtoolsWarning.ts Remove migratePluginSettings calls 2023-04-30 00:09:15 +02:00
noF1.ts Remove migratePluginSettings calls 2023-04-30 00:09:15 +02:00
noReplyMention.tsx NoReplyMention: add option to only exclude specific users from pings (#1107) 2023-05-14 00:01:10 +00:00
noRPC.discordDesktop.ts Remove migratePluginSettings calls 2023-04-30 00:09:15 +02:00
noScreensharePreview.ts Improvements for patches and misc stuff (#582) 2023-03-08 00:11:59 -03:00
noSystemBadge.discordDesktop.ts VencordDesktop: Include web plugins & use proper showItemInFolder 2023-04-05 04:09:42 +02:00
noTrack.ts NoTrack: Update description & authors 2023-03-30 01:41:18 +02:00
noUnblockToJump.ts Path aliases, better lazyWebpack (#268) 2022-11-28 13:37:55 +01:00
nsfwGateBypass.ts Update nsfwGateBypass.ts 2022-12-14 23:50:00 +01:00
oneko.ts oneko: Disable pointer events to not block below buttons (#395) 2023-01-09 16:53:33 +01:00
partyMode.ts New plugin : Party mode 🎉 (#1161) 2023-05-23 03:32:27 +02:00
petpet.ts [skip ci] Refactor utils 2023-05-06 01:36:00 +02:00
plainFolderIcon.ts Fix canary 2023-01-07 03:19:37 +01:00
platformIndicators.tsx PlatformIndicators: make mobile icon match Discord's (#1160) 2023-05-17 04:37:47 +02:00
quickMention.tsx Fix inserting text when markdown preview is off 2023-04-18 23:13:10 +02:00
quickReply.ts [skip ci] Refactor utils 2023-05-06 01:36:00 +02:00
readAllNotificationsButton.tsx BetterFolders: Fix unread indicator & read all buttons being duplicated (#776) 2023-04-04 05:33:11 +02:00
revealAllSpoilers.ts Improvements for patches and misc stuff (#582) 2023-03-08 00:11:59 -03:00
reverseImageSearch.tsx ReverseImageSearch: Add engine icons 2023-05-14 00:10:01 +02:00
roleColorEverywhere.tsx [skip ci] Refactor utils 2023-05-06 01:36:00 +02:00
searchReply.tsx PermViewer: Fix context menu for roleless users & muted channels (#1138) 2023-05-16 00:19:20 +02:00
serverListIndicators.tsx [skip ci] Refactor utils 2023-05-06 01:36:00 +02:00
settings.tsx Settings: Fix resetting scroll/search when getting a ping (#1106) 2023-05-12 01:40:43 +02:00
showAllMessageButtons.ts ShowAllMessageButtons plugin (#1029) 2023-05-05 02:47:26 +02:00
silentMessageToggle.tsx silentMessageToggle: Add setting to disable auto disable (#1062) 2023-05-12 00:58:53 +00:00
silentTyping.tsx New Plugin: Translate (#1089) 2023-05-10 23:14:04 +02:00
sortFriendRequests.tsx feat(plugin): sort friend requests by date received (#280) 2022-12-08 23:53:12 +01:00
spotifyCrack.ts [skip ci] Refactor utils 2023-05-06 01:36:00 +02:00
spotifyShareCommands.ts Remove migratePluginSettings calls 2023-04-30 00:09:15 +02:00
supportHelper.tsx PluginModal: Anonymise authors (#1176) 2023-05-23 01:55:39 +02:00
textReplace.tsx TextReplace: Visible Linebreak in settings (#1063) 2023-05-12 02:59:51 +02:00
timeBarAllActivities.ts chore: Fix inconsistent file name casing 2023-01-29 00:09:17 +01:00
typingIndicator.tsx PermViewer: Add ability to change sort order; Properly center (#1182) 2023-05-23 02:22:25 +02:00
typingTweaks.tsx TypingTweaks: Fix type error 2023-05-23 03:22:48 +02:00
unindent.ts Path aliases, better lazyWebpack (#268) 2022-11-28 13:37:55 +01:00
unminifyErrors.ts Path aliases, better lazyWebpack (#268) 2022-11-28 13:37:55 +01:00
urbanDictionary.ts Urban Dictionary: better embed (#1127) 2023-05-17 04:40:40 +02:00
uwuify.ts Uwufy: Add option to uwufy all messages (#1036) 2023-05-23 03:13:21 +02:00
validUser.tsx Implement plugin tags 2023-05-12 03:41:15 +02:00
vcDoubleClick.ts Remove migratePluginSettings calls 2023-04-30 00:09:15 +02:00
vcNarrator.tsx VcNarrator: Add 'Narrate Self' option (#1120) 2023-05-16 19:23:10 +02:00
viewIcons.tsx ViewIcons: Add context menu icons 2023-05-13 23:49:47 +02:00
viewRaw.tsx feat(ViewRaw): Improve View Raw action icon (#720) 2023-03-28 16:59:30 +00:00
volumeBooster.discordDesktop.ts [skip ci] Refactor utils 2023-05-06 01:36:00 +02:00
webContextMenus.web.ts WebContextMenus: Fix slate menu 2023-05-11 02:35:05 +02:00
welcomeStickerPicker.tsx [skip ci] Refactor utils 2023-05-06 01:36:00 +02:00
whoReacted.tsx [skip ci] Refactor utils 2023-05-06 01:36:00 +02:00
wikisearch.ts feat(plugin): Wikisearch (#585) 2023-03-31 04:09:19 +00:00