Skip to content
Extraits de code Groupes Projets

Bump to v4.0.0 from upstream

Fermé salixor a demandé de fusionner arise-switch-to-v4 vers develop
3 files
+ 4
17
Comparer les modifications
  • Côte à côte
  • En ligne

Fichiers

@@ -317,7 +317,7 @@ export class UserSyncroniser {
// for webhooks we append the username to the mxid, as webhooks with the same
// id can have multiple different usernames set. This way we don't spam
// userstate changes
mxidExtra = "_" + Util.ParseMxid(`@${user.username}`, false).localpart;
mxidExtra = "_" + Util.ParseMxid(`@${user.username}`).localpart;
}
const guildState: IGuildMemberState = Object.assign({}, DEFAULT_GUILD_STATE, {
bot: user.bot,
Chargement en cours