diff --git a/app/build.gradle b/app/build.gradle index 6a4f8a13e7..eeeb208e65 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -10,8 +10,8 @@ android { applicationId 'com.discord' minSdkVersion 21 targetSdkVersion 30 - versionCode 103203 - versionName "103.3 - Alpha" + versionCode 103204 + versionName "103.4 - Alpha" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index b932f6d254..58abb05df1 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -1,5 +1,5 @@ - + diff --git a/app/src/main/java/com/discord/analytics/generated/events/TrackApplicationAddToServerClick.java b/app/src/main/java/com/discord/analytics/generated/events/TrackApplicationAddToServerClick.java new file mode 100644 index 0000000000..158016c265 --- /dev/null +++ b/app/src/main/java/com/discord/analytics/generated/events/TrackApplicationAddToServerClick.java @@ -0,0 +1,48 @@ +package com.discord.analytics.generated.events; + +import c.d.b.a.a; +import com.discord.analytics.generated.traits.TrackBase; +import com.discord.analytics.generated.traits.TrackBaseReceiver; +import com.discord.api.science.AnalyticsSchema; +import d0.z.d.m; +/* compiled from: TrackApplicationAddToServerClick.kt */ +public final class TrackApplicationAddToServerClick implements AnalyticsSchema, TrackBaseReceiver { + private final transient String analyticsSchemaTypeName = "application_add_to_server_click"; + private final Long applicationId = null; + private final CharSequence authType = null; + private TrackBase trackBase; + + @Override // com.discord.api.science.AnalyticsSchema + public String b() { + return this.analyticsSchemaTypeName; + } + + public boolean equals(Object obj) { + if (this == obj) { + return true; + } + if (!(obj instanceof TrackApplicationAddToServerClick)) { + return false; + } + TrackApplicationAddToServerClick trackApplicationAddToServerClick = (TrackApplicationAddToServerClick) obj; + return m.areEqual(this.applicationId, trackApplicationAddToServerClick.applicationId) && m.areEqual(this.authType, trackApplicationAddToServerClick.authType); + } + + public int hashCode() { + Long l = this.applicationId; + int i = 0; + int hashCode = (l != null ? l.hashCode() : 0) * 31; + CharSequence charSequence = this.authType; + if (charSequence != null) { + i = charSequence.hashCode(); + } + return hashCode + i; + } + + public String toString() { + StringBuilder R = a.R("TrackApplicationAddToServerClick(applicationId="); + R.append(this.applicationId); + R.append(", authType="); + return a.D(R, this.authType, ")"); + } +} diff --git a/app/src/main/java/com/discord/analytics/generated/events/TrackApplicationAddToServerClickReceiver.java b/app/src/main/java/com/discord/analytics/generated/events/TrackApplicationAddToServerClickReceiver.java new file mode 100644 index 0000000000..29163a6a91 --- /dev/null +++ b/app/src/main/java/com/discord/analytics/generated/events/TrackApplicationAddToServerClickReceiver.java @@ -0,0 +1,6 @@ +package com.discord.analytics.generated.events; + +import com.discord.api.science.AnalyticsSchema; +/* compiled from: TrackApplicationAddToServerClick.kt */ +public interface TrackApplicationAddToServerClickReceiver extends AnalyticsSchema { +} diff --git a/app/src/main/java/com/discord/api/guildjoinrequest/GuildJoinRequestDelete.java b/app/src/main/java/com/discord/api/guildjoinrequest/GuildJoinRequestDelete.java new file mode 100644 index 0000000000..fa67bdf15b --- /dev/null +++ b/app/src/main/java/com/discord/api/guildjoinrequest/GuildJoinRequestDelete.java @@ -0,0 +1,40 @@ +package com.discord.api.guildjoinrequest; + +import c.d.b.a.a; +/* compiled from: GuildJoinRequest.kt */ +public final class GuildJoinRequestDelete { + private final long guildId; + private final long userId; + + public final long a() { + return this.guildId; + } + + public final long b() { + return this.userId; + } + + public boolean equals(Object obj) { + if (this == obj) { + return true; + } + if (!(obj instanceof GuildJoinRequestDelete)) { + return false; + } + GuildJoinRequestDelete guildJoinRequestDelete = (GuildJoinRequestDelete) obj; + return this.userId == guildJoinRequestDelete.userId && this.guildId == guildJoinRequestDelete.guildId; + } + + public int hashCode() { + long j = this.userId; + long j2 = this.guildId; + return (((int) (j ^ (j >>> 32))) * 31) + ((int) (j2 ^ (j2 >>> 32))); + } + + public String toString() { + StringBuilder R = a.R("GuildJoinRequestDelete(userId="); + R.append(this.userId); + R.append(", guildId="); + return a.B(R, this.guildId, ")"); + } +} diff --git a/app/src/main/java/com/discord/gateway/io/IncomingParser.java b/app/src/main/java/com/discord/gateway/io/IncomingParser.java index a11e196209..d2a195111e 100644 --- a/app/src/main/java/com/discord/gateway/io/IncomingParser.java +++ b/app/src/main/java/com/discord/gateway/io/IncomingParser.java @@ -7,6 +7,7 @@ import com.discord.api.embeddedactivities.EmbeddedActivityInboundUpdate; import com.discord.api.emoji.GuildEmojisUpdate; import com.discord.api.friendsuggestions.FriendSuggestion; import com.discord.api.friendsuggestions.FriendSuggestionDelete; +import com.discord.api.guildjoinrequest.GuildJoinRequestDelete; import com.discord.api.guildmember.GuildMemberRemove; import com.discord.api.guildmember.GuildMembersChunk; import com.discord.api.guildscheduledevent.GuildScheduledEvent; @@ -146,7 +147,7 @@ public final class IncomingParser implements Model { r6.data = com.discord.models.deserialization.gson.InboundGatewayGsonParser.fromJson(r7, com.discord.api.interaction.InteractionStateUpdate.class); */ /* JADX WARNING: Code restructure failed: missing block: B:187:0x044d, code lost: - if (r3.equals("MESSAGE_REACTION_ADD") != false) goto L_0x05b5; + if (r3.equals("MESSAGE_REACTION_ADD") != false) goto L_0x05c7; */ /* JADX WARNING: Code restructure failed: missing block: B:189:0x0457, code lost: if (r3.equals("STAGE_INSTANCE_DELETE") != false) goto L_0x0489; @@ -176,10 +177,10 @@ public final class IncomingParser implements Model { r6.data = r7.parse(new com.discord.models.domain.ModelUserRelationship()); */ /* JADX WARNING: Code restructure failed: missing block: B:215:0x04f2, code lost: - if (r3.equals("MESSAGE_REACTION_REMOVE_ALL") != false) goto L_0x05b5; + if (r3.equals("MESSAGE_REACTION_REMOVE_ALL") != false) goto L_0x05c7; */ /* JADX WARNING: Code restructure failed: missing block: B:217:0x04fc, code lost: - if (r3.equals("GUILD_JOIN_REQUEST_UPDATE") != false) goto L_0x05a4; + if (r3.equals("GUILD_JOIN_REQUEST_UPDATE") != false) goto L_0x05b6; */ /* JADX WARNING: Code restructure failed: missing block: B:228:0x053c, code lost: if (r3.equals("USER_CONNECTIONS_INTEGRATION_JOINING") != false) goto L_0x053e; @@ -188,61 +189,61 @@ public final class IncomingParser implements Model { r7.skipValue(); r6.data = kotlin.Unit.a; */ - /* JADX WARNING: Code restructure failed: missing block: B:246:0x05a2, code lost: - if (r3.equals("GUILD_JOIN_REQUEST_CREATE") != false) goto L_0x05a4; + /* JADX WARNING: Code restructure failed: missing block: B:249:0x05b4, code lost: + if (r3.equals("GUILD_JOIN_REQUEST_CREATE") != false) goto L_0x05b6; */ - /* JADX WARNING: Code restructure failed: missing block: B:247:0x05a4, code lost: + /* JADX WARNING: Code restructure failed: missing block: B:250:0x05b6, code lost: r6.data = com.discord.models.deserialization.gson.InboundGatewayGsonParser.fromJson(r7, com.discord.api.guildjoinrequest.GuildJoinRequestCreateOrUpdate.class); */ - /* JADX WARNING: Code restructure failed: missing block: B:249:0x05b3, code lost: - if (r3.equals("MESSAGE_REACTION_REMOVE_EMOJI") != false) goto L_0x05b5; + /* JADX WARNING: Code restructure failed: missing block: B:252:0x05c5, code lost: + if (r3.equals("MESSAGE_REACTION_REMOVE_EMOJI") != false) goto L_0x05c7; */ - /* JADX WARNING: Code restructure failed: missing block: B:250:0x05b5, code lost: + /* JADX WARNING: Code restructure failed: missing block: B:253:0x05c7, code lost: r6.data = com.discord.models.deserialization.gson.InboundGatewayGsonParser.fromJson(r7, com.discord.api.message.reaction.MessageReactionUpdate.class); */ - /* JADX WARNING: Code restructure failed: missing block: B:274:?, code lost: + /* JADX WARNING: Code restructure failed: missing block: B:277:?, code lost: return; */ - /* JADX WARNING: Code restructure failed: missing block: B:275:?, code lost: - return; - */ - /* JADX WARNING: Code restructure failed: missing block: B:282:?, code lost: + /* JADX WARNING: Code restructure failed: missing block: B:278:?, code lost: return; */ /* JADX WARNING: Code restructure failed: missing block: B:285:?, code lost: return; */ - /* JADX WARNING: Code restructure failed: missing block: B:286:?, code lost: - return; - */ /* JADX WARNING: Code restructure failed: missing block: B:288:?, code lost: return; */ /* JADX WARNING: Code restructure failed: missing block: B:289:?, code lost: return; */ - /* JADX WARNING: Code restructure failed: missing block: B:293:?, code lost: + /* JADX WARNING: Code restructure failed: missing block: B:291:?, code lost: return; */ - /* JADX WARNING: Code restructure failed: missing block: B:297:?, code lost: + /* JADX WARNING: Code restructure failed: missing block: B:292:?, code lost: return; */ - /* JADX WARNING: Code restructure failed: missing block: B:298:?, code lost: - return; - */ - /* JADX WARNING: Code restructure failed: missing block: B:299:?, code lost: + /* JADX WARNING: Code restructure failed: missing block: B:296:?, code lost: return; */ /* JADX WARNING: Code restructure failed: missing block: B:300:?, code lost: return; */ - /* JADX WARNING: Code restructure failed: missing block: B:308:?, code lost: + /* JADX WARNING: Code restructure failed: missing block: B:301:?, code lost: return; */ - /* JADX WARNING: Code restructure failed: missing block: B:314:?, code lost: + /* JADX WARNING: Code restructure failed: missing block: B:302:?, code lost: return; */ - /* JADX WARNING: Code restructure failed: missing block: B:315:?, code lost: + /* JADX WARNING: Code restructure failed: missing block: B:303:?, code lost: + return; + */ + /* JADX WARNING: Code restructure failed: missing block: B:311:?, code lost: + return; + */ + /* JADX WARNING: Code restructure failed: missing block: B:318:?, code lost: + return; + */ + /* JADX WARNING: Code restructure failed: missing block: B:319:?, code lost: return; */ /* JADX WARNING: Code restructure failed: missing block: B:50:0x0103, code lost: @@ -270,7 +271,7 @@ public final class IncomingParser implements Model { r6.data = com.discord.models.deserialization.gson.InboundGatewayGsonParser.fromJson(r7, com.discord.api.channel.Channel.class); */ /* JADX WARNING: Code restructure failed: missing block: B:95:0x0206, code lost: - if (r3.equals("MESSAGE_REACTION_REMOVE") != false) goto L_0x05b5; + if (r3.equals("MESSAGE_REACTION_REMOVE") != false) goto L_0x05c7; */ /* JADX WARNING: Code restructure failed: missing block: B:97:0x0210, code lost: if (r3.equals("CHANNEL_RECIPIENT_ADD") != false) goto L_0x038c; @@ -313,6 +314,12 @@ public final class IncomingParser implements Model { break; case -2067017195: break; + case -2050181436: + if (str.equals("GUILD_JOIN_REQUEST_DELETE")) { + this.data = InboundGatewayGsonParser.fromJson(jsonReader, GuildJoinRequestDelete.class); + return; + } + break; case -2026522382: if (str.equals("SESSIONS_REPLACE")) { this.data = jsonReader.nextList(new IncomingParser$assignField$2(jsonReader)); diff --git a/app/src/main/java/com/discord/models/domain/ModelAuditLogEntry.java b/app/src/main/java/com/discord/models/domain/ModelAuditLogEntry.java index 4f74a8e5a7..3be94194ac 100644 --- a/app/src/main/java/com/discord/models/domain/ModelAuditLogEntry.java +++ b/app/src/main/java/com/discord/models/domain/ModelAuditLogEntry.java @@ -102,6 +102,7 @@ public class ModelAuditLogEntry implements Model { public static final String CHANGE_KEY_PERMISSION_OVERWRITES = "permission_overwrites"; public static final String CHANGE_KEY_POSITION = "position"; public static final String CHANGE_KEY_PREFERRED_LOCALE = "preferred_locale"; + public static final String CHANGE_KEY_PREMIUM_PROGRESS_BAR_ENABLED = "premium_progress_bar_enabled"; public static final String CHANGE_KEY_PRIVACY_LEVEL = "privacy_level"; public static final String CHANGE_KEY_PRUNE_DELETE_DAYS = "prune_delete_days"; public static final String CHANGE_KEY_RATE_LIMIT_PER_USER = "rate_limit_per_user"; diff --git a/app/src/main/java/com/discord/stores/StoreGatewayConnection.java b/app/src/main/java/com/discord/stores/StoreGatewayConnection.java index 1d2e6695d2..605fe9eacb 100644 --- a/app/src/main/java/com/discord/stores/StoreGatewayConnection.java +++ b/app/src/main/java/com/discord/stores/StoreGatewayConnection.java @@ -17,6 +17,7 @@ import com.discord.api.friendsuggestions.FriendSuggestion; import com.discord.api.friendsuggestions.FriendSuggestionDelete; import com.discord.api.guild.Guild; import com.discord.api.guildjoinrequest.GuildJoinRequestCreateOrUpdate; +import com.discord.api.guildjoinrequest.GuildJoinRequestDelete; import com.discord.api.guildmember.GuildMember; import com.discord.api.guildmember.GuildMemberRemove; import com.discord.api.guildmember.GuildMembersChunk; @@ -128,6 +129,7 @@ public final class StoreGatewayConnection implements GatewayEventHandler { private final SerializedSubject guildEmojisUpdate; private final SerializedSubject guildIntegrationsUpdate; private final SerializedSubject guildJoinRequestCreateOrUpdate; + private final SerializedSubject guildJoinRequestDelete; private final SerializedSubject guildMemberListUpdate; private final SerializedSubject guildMemberRemove; private final SerializedSubject guildMembersAdd; @@ -378,6 +380,7 @@ public final class StoreGatewayConnection implements GatewayEventHandler { this.guildMembersChunk = new SerializedSubject<>(BehaviorSubject.k0()); this.guildMemberRemove = new SerializedSubject<>(BehaviorSubject.k0()); this.guildJoinRequestCreateOrUpdate = new SerializedSubject<>(BehaviorSubject.k0()); + this.guildJoinRequestDelete = new SerializedSubject<>(BehaviorSubject.k0()); this.guildRoleCreate = new SerializedSubject<>(BehaviorSubject.k0()); this.guildRoleUpdate = new SerializedSubject<>(BehaviorSubject.k0()); this.guildRoleDelete = new SerializedSubject<>(BehaviorSubject.k0()); @@ -646,6 +649,10 @@ public final class StoreGatewayConnection implements GatewayEventHandler { return this.guildJoinRequestCreateOrUpdate; } + public final SerializedSubject getGuildJoinRequestDelete() { + return this.guildJoinRequestDelete; + } + public final SerializedSubject getGuildMemberListUpdate() { return this.guildMemberListUpdate; } @@ -903,6 +910,12 @@ public final class StoreGatewayConnection implements GatewayEventHandler { } this.guildJoinRequestCreateOrUpdate.j.onNext(obj); return; + case -2050181436: + if (str.equals("GUILD_JOIN_REQUEST_DELETE")) { + this.guildJoinRequestDelete.j.onNext(obj); + return; + } + return; case -2026522382: if (str.equals("SESSIONS_REPLACE")) { this.sessionsReplace.j.onNext(obj); diff --git a/app/src/main/java/com/discord/stores/StoreGuildJoinRequest.java b/app/src/main/java/com/discord/stores/StoreGuildJoinRequest.java index d448c2945f..73c8eb659e 100644 --- a/app/src/main/java/com/discord/stores/StoreGuildJoinRequest.java +++ b/app/src/main/java/com/discord/stores/StoreGuildJoinRequest.java @@ -100,6 +100,15 @@ public final class StoreGuildJoinRequest extends StoreV2 { } } + @StoreThread + public final void handleGuildJoinRequestDelete(long j, long j2) { + if (j == this.userStore.getMe().getId()) { + this.guildJoinRequests.remove(Long.valueOf(j2)); + this.pendingGuilds.remove(Long.valueOf(j2)); + markChanged(); + } + } + @StoreThread public final void handleGuildRemove(long j) { if (this.guildJoinRequests.remove(Long.valueOf(j)) != null) { diff --git a/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$16.java b/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$16.java index 1e609c576f..99faa6ed2a 100644 --- a/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$16.java +++ b/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$16.java @@ -1,26 +1,26 @@ package com.discord.stores; -import com.discord.api.guildmember.GuildMembersChunk; +import com.discord.api.guildjoinrequest.GuildJoinRequestDelete; import d0.z.d.k; import d0.z.d.m; import kotlin.Unit; import kotlin.jvm.functions.Function1; /* compiled from: StoreStream.kt */ -public final /* synthetic */ class StoreStream$initGatewaySocketListeners$16 extends k implements Function1 { +public final /* synthetic */ class StoreStream$initGatewaySocketListeners$16 extends k implements Function1 { public StoreStream$initGatewaySocketListeners$16(StoreStream storeStream) { - super(1, storeStream, StoreStream.class, "handleGuildMembersChunk", "handleGuildMembersChunk(Lcom/discord/api/guildmember/GuildMembersChunk;)V", 0); + super(1, storeStream, StoreStream.class, "handleGuildJoinRequestDelete", "handleGuildJoinRequestDelete(Lcom/discord/api/guildjoinrequest/GuildJoinRequestDelete;)V", 0); } /* Return type fixed from 'java.lang.Object' to match base method */ /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */ @Override // kotlin.jvm.functions.Function1 - public /* bridge */ /* synthetic */ Unit invoke(GuildMembersChunk guildMembersChunk) { - invoke(guildMembersChunk); + public /* bridge */ /* synthetic */ Unit invoke(GuildJoinRequestDelete guildJoinRequestDelete) { + invoke(guildJoinRequestDelete); return Unit.a; } - public final void invoke(GuildMembersChunk guildMembersChunk) { - m.checkNotNullParameter(guildMembersChunk, "p1"); - StoreStream.access$handleGuildMembersChunk((StoreStream) this.receiver, guildMembersChunk); + public final void invoke(GuildJoinRequestDelete guildJoinRequestDelete) { + m.checkNotNullParameter(guildJoinRequestDelete, "p1"); + ((StoreStream) this.receiver).handleGuildJoinRequestDelete(guildJoinRequestDelete); } } diff --git a/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$17.java b/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$17.java index bbf4271f13..4a4e96ad9f 100644 --- a/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$17.java +++ b/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$17.java @@ -1,26 +1,26 @@ package com.discord.stores; -import com.discord.api.guildmember.GuildMemberRemove; +import com.discord.api.guildmember.GuildMembersChunk; import d0.z.d.k; import d0.z.d.m; import kotlin.Unit; import kotlin.jvm.functions.Function1; /* compiled from: StoreStream.kt */ -public final /* synthetic */ class StoreStream$initGatewaySocketListeners$17 extends k implements Function1 { +public final /* synthetic */ class StoreStream$initGatewaySocketListeners$17 extends k implements Function1 { public StoreStream$initGatewaySocketListeners$17(StoreStream storeStream) { - super(1, storeStream, StoreStream.class, "handleGuildMemberRemove", "handleGuildMemberRemove(Lcom/discord/api/guildmember/GuildMemberRemove;)V", 0); + super(1, storeStream, StoreStream.class, "handleGuildMembersChunk", "handleGuildMembersChunk(Lcom/discord/api/guildmember/GuildMembersChunk;)V", 0); } /* Return type fixed from 'java.lang.Object' to match base method */ /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */ @Override // kotlin.jvm.functions.Function1 - public /* bridge */ /* synthetic */ Unit invoke(GuildMemberRemove guildMemberRemove) { - invoke(guildMemberRemove); + public /* bridge */ /* synthetic */ Unit invoke(GuildMembersChunk guildMembersChunk) { + invoke(guildMembersChunk); return Unit.a; } - public final void invoke(GuildMemberRemove guildMemberRemove) { - m.checkNotNullParameter(guildMemberRemove, "p1"); - StoreStream.access$handleGuildMemberRemove((StoreStream) this.receiver, guildMemberRemove); + public final void invoke(GuildMembersChunk guildMembersChunk) { + m.checkNotNullParameter(guildMembersChunk, "p1"); + StoreStream.access$handleGuildMembersChunk((StoreStream) this.receiver, guildMembersChunk); } } diff --git a/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$18.java b/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$18.java index 079da27272..c1c0fb14b8 100644 --- a/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$18.java +++ b/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$18.java @@ -1,26 +1,26 @@ package com.discord.stores; -import com.discord.api.channel.Channel; +import com.discord.api.guildmember.GuildMemberRemove; import d0.z.d.k; import d0.z.d.m; import kotlin.Unit; import kotlin.jvm.functions.Function1; /* compiled from: StoreStream.kt */ -public final /* synthetic */ class StoreStream$initGatewaySocketListeners$18 extends k implements Function1 { +public final /* synthetic */ class StoreStream$initGatewaySocketListeners$18 extends k implements Function1 { public StoreStream$initGatewaySocketListeners$18(StoreStream storeStream) { - super(1, storeStream, StoreStream.class, "handleChannelCreateOrUpdate", "handleChannelCreateOrUpdate(Lcom/discord/api/channel/Channel;)V", 0); + super(1, storeStream, StoreStream.class, "handleGuildMemberRemove", "handleGuildMemberRemove(Lcom/discord/api/guildmember/GuildMemberRemove;)V", 0); } /* Return type fixed from 'java.lang.Object' to match base method */ /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */ @Override // kotlin.jvm.functions.Function1 - public /* bridge */ /* synthetic */ Unit invoke(Channel channel) { - invoke(channel); + public /* bridge */ /* synthetic */ Unit invoke(GuildMemberRemove guildMemberRemove) { + invoke(guildMemberRemove); return Unit.a; } - public final void invoke(Channel channel) { - m.checkNotNullParameter(channel, "p1"); - StoreStream.access$handleChannelCreateOrUpdate((StoreStream) this.receiver, channel); + public final void invoke(GuildMemberRemove guildMemberRemove) { + m.checkNotNullParameter(guildMemberRemove, "p1"); + StoreStream.access$handleGuildMemberRemove((StoreStream) this.receiver, guildMemberRemove); } } diff --git a/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$19.java b/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$19.java index c550f80b2d..ed5403c010 100644 --- a/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$19.java +++ b/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$19.java @@ -8,7 +8,7 @@ import kotlin.jvm.functions.Function1; /* compiled from: StoreStream.kt */ public final /* synthetic */ class StoreStream$initGatewaySocketListeners$19 extends k implements Function1 { public StoreStream$initGatewaySocketListeners$19(StoreStream storeStream) { - super(1, storeStream, StoreStream.class, "handleChannelDelete", "handleChannelDelete(Lcom/discord/api/channel/Channel;)V", 0); + super(1, storeStream, StoreStream.class, "handleChannelCreateOrUpdate", "handleChannelCreateOrUpdate(Lcom/discord/api/channel/Channel;)V", 0); } /* Return type fixed from 'java.lang.Object' to match base method */ @@ -21,6 +21,6 @@ public final /* synthetic */ class StoreStream$initGatewaySocketListeners$19 ext public final void invoke(Channel channel) { m.checkNotNullParameter(channel, "p1"); - StoreStream.access$handleChannelDelete((StoreStream) this.receiver, channel); + StoreStream.access$handleChannelCreateOrUpdate((StoreStream) this.receiver, channel); } } diff --git a/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$20.java b/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$20.java index 5f0ddc08bc..1ce07cb1d3 100644 --- a/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$20.java +++ b/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$20.java @@ -1,26 +1,26 @@ package com.discord.stores; -import com.discord.models.domain.ModelChannelUnreadUpdate; +import com.discord.api.channel.Channel; import d0.z.d.k; import d0.z.d.m; import kotlin.Unit; import kotlin.jvm.functions.Function1; /* compiled from: StoreStream.kt */ -public final /* synthetic */ class StoreStream$initGatewaySocketListeners$20 extends k implements Function1 { +public final /* synthetic */ class StoreStream$initGatewaySocketListeners$20 extends k implements Function1 { public StoreStream$initGatewaySocketListeners$20(StoreStream storeStream) { - super(1, storeStream, StoreStream.class, "handleChannelUnreadUpdate", "handleChannelUnreadUpdate(Lcom/discord/models/domain/ModelChannelUnreadUpdate;)V", 0); + super(1, storeStream, StoreStream.class, "handleChannelDelete", "handleChannelDelete(Lcom/discord/api/channel/Channel;)V", 0); } /* Return type fixed from 'java.lang.Object' to match base method */ /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */ @Override // kotlin.jvm.functions.Function1 - public /* bridge */ /* synthetic */ Unit invoke(ModelChannelUnreadUpdate modelChannelUnreadUpdate) { - invoke(modelChannelUnreadUpdate); + public /* bridge */ /* synthetic */ Unit invoke(Channel channel) { + invoke(channel); return Unit.a; } - public final void invoke(ModelChannelUnreadUpdate modelChannelUnreadUpdate) { - m.checkNotNullParameter(modelChannelUnreadUpdate, "p1"); - StoreStream.access$handleChannelUnreadUpdate((StoreStream) this.receiver, modelChannelUnreadUpdate); + public final void invoke(Channel channel) { + m.checkNotNullParameter(channel, "p1"); + StoreStream.access$handleChannelDelete((StoreStream) this.receiver, channel); } } diff --git a/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$21.java b/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$21.java index 9715527eee..f64c82b7f6 100644 --- a/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$21.java +++ b/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$21.java @@ -1,26 +1,26 @@ package com.discord.stores; -import com.discord.api.channel.Channel; +import com.discord.models.domain.ModelChannelUnreadUpdate; import d0.z.d.k; import d0.z.d.m; import kotlin.Unit; import kotlin.jvm.functions.Function1; /* compiled from: StoreStream.kt */ -public final /* synthetic */ class StoreStream$initGatewaySocketListeners$21 extends k implements Function1 { +public final /* synthetic */ class StoreStream$initGatewaySocketListeners$21 extends k implements Function1 { public StoreStream$initGatewaySocketListeners$21(StoreStream storeStream) { - super(1, storeStream, StoreStream.class, "handleThreadCreateOrUpdate", "handleThreadCreateOrUpdate(Lcom/discord/api/channel/Channel;)V", 0); + super(1, storeStream, StoreStream.class, "handleChannelUnreadUpdate", "handleChannelUnreadUpdate(Lcom/discord/models/domain/ModelChannelUnreadUpdate;)V", 0); } /* Return type fixed from 'java.lang.Object' to match base method */ /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */ @Override // kotlin.jvm.functions.Function1 - public /* bridge */ /* synthetic */ Unit invoke(Channel channel) { - invoke(channel); + public /* bridge */ /* synthetic */ Unit invoke(ModelChannelUnreadUpdate modelChannelUnreadUpdate) { + invoke(modelChannelUnreadUpdate); return Unit.a; } - public final void invoke(Channel channel) { - m.checkNotNullParameter(channel, "p1"); - ((StoreStream) this.receiver).handleThreadCreateOrUpdate(channel); + public final void invoke(ModelChannelUnreadUpdate modelChannelUnreadUpdate) { + m.checkNotNullParameter(modelChannelUnreadUpdate, "p1"); + StoreStream.access$handleChannelUnreadUpdate((StoreStream) this.receiver, modelChannelUnreadUpdate); } } diff --git a/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$22.java b/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$22.java index 7ee22cb13e..1a752808a5 100644 --- a/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$22.java +++ b/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$22.java @@ -8,7 +8,7 @@ import kotlin.jvm.functions.Function1; /* compiled from: StoreStream.kt */ public final /* synthetic */ class StoreStream$initGatewaySocketListeners$22 extends k implements Function1 { public StoreStream$initGatewaySocketListeners$22(StoreStream storeStream) { - super(1, storeStream, StoreStream.class, "handleThreadDelete", "handleThreadDelete(Lcom/discord/api/channel/Channel;)V", 0); + super(1, storeStream, StoreStream.class, "handleThreadCreateOrUpdate", "handleThreadCreateOrUpdate(Lcom/discord/api/channel/Channel;)V", 0); } /* Return type fixed from 'java.lang.Object' to match base method */ @@ -21,6 +21,6 @@ public final /* synthetic */ class StoreStream$initGatewaySocketListeners$22 ext public final void invoke(Channel channel) { m.checkNotNullParameter(channel, "p1"); - StoreStream.access$handleThreadDelete((StoreStream) this.receiver, channel); + ((StoreStream) this.receiver).handleThreadCreateOrUpdate(channel); } } diff --git a/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$23.java b/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$23.java index 612cb1a3ef..55e59b6c6f 100644 --- a/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$23.java +++ b/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$23.java @@ -1,26 +1,26 @@ package com.discord.stores; -import com.discord.models.thread.dto.ModelThreadListSync; +import com.discord.api.channel.Channel; import d0.z.d.k; import d0.z.d.m; import kotlin.Unit; import kotlin.jvm.functions.Function1; /* compiled from: StoreStream.kt */ -public final /* synthetic */ class StoreStream$initGatewaySocketListeners$23 extends k implements Function1 { +public final /* synthetic */ class StoreStream$initGatewaySocketListeners$23 extends k implements Function1 { public StoreStream$initGatewaySocketListeners$23(StoreStream storeStream) { - super(1, storeStream, StoreStream.class, "handleThreadListSync", "handleThreadListSync(Lcom/discord/models/thread/dto/ModelThreadListSync;)V", 0); + super(1, storeStream, StoreStream.class, "handleThreadDelete", "handleThreadDelete(Lcom/discord/api/channel/Channel;)V", 0); } /* Return type fixed from 'java.lang.Object' to match base method */ /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */ @Override // kotlin.jvm.functions.Function1 - public /* bridge */ /* synthetic */ Unit invoke(ModelThreadListSync modelThreadListSync) { - invoke(modelThreadListSync); + public /* bridge */ /* synthetic */ Unit invoke(Channel channel) { + invoke(channel); return Unit.a; } - public final void invoke(ModelThreadListSync modelThreadListSync) { - m.checkNotNullParameter(modelThreadListSync, "p1"); - StoreStream.access$handleThreadListSync((StoreStream) this.receiver, modelThreadListSync); + public final void invoke(Channel channel) { + m.checkNotNullParameter(channel, "p1"); + StoreStream.access$handleThreadDelete((StoreStream) this.receiver, channel); } } diff --git a/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$24.java b/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$24.java index ba448be0f7..5bde7d6aad 100644 --- a/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$24.java +++ b/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$24.java @@ -1,26 +1,26 @@ package com.discord.stores; -import com.discord.api.thread.ThreadMemberUpdate; +import com.discord.models.thread.dto.ModelThreadListSync; import d0.z.d.k; import d0.z.d.m; import kotlin.Unit; import kotlin.jvm.functions.Function1; /* compiled from: StoreStream.kt */ -public final /* synthetic */ class StoreStream$initGatewaySocketListeners$24 extends k implements Function1 { +public final /* synthetic */ class StoreStream$initGatewaySocketListeners$24 extends k implements Function1 { public StoreStream$initGatewaySocketListeners$24(StoreStream storeStream) { - super(1, storeStream, StoreStream.class, "handleThreadMemberUpdate", "handleThreadMemberUpdate(Lcom/discord/api/thread/ThreadMemberUpdate;)V", 0); + super(1, storeStream, StoreStream.class, "handleThreadListSync", "handleThreadListSync(Lcom/discord/models/thread/dto/ModelThreadListSync;)V", 0); } /* Return type fixed from 'java.lang.Object' to match base method */ /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */ @Override // kotlin.jvm.functions.Function1 - public /* bridge */ /* synthetic */ Unit invoke(ThreadMemberUpdate threadMemberUpdate) { - invoke(threadMemberUpdate); + public /* bridge */ /* synthetic */ Unit invoke(ModelThreadListSync modelThreadListSync) { + invoke(modelThreadListSync); return Unit.a; } - public final void invoke(ThreadMemberUpdate threadMemberUpdate) { - m.checkNotNullParameter(threadMemberUpdate, "p1"); - StoreStream.access$handleThreadMemberUpdate((StoreStream) this.receiver, threadMemberUpdate); + public final void invoke(ModelThreadListSync modelThreadListSync) { + m.checkNotNullParameter(modelThreadListSync, "p1"); + StoreStream.access$handleThreadListSync((StoreStream) this.receiver, modelThreadListSync); } } diff --git a/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$25.java b/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$25.java index 601dc6415a..452a1993bb 100644 --- a/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$25.java +++ b/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$25.java @@ -1,26 +1,26 @@ package com.discord.stores; -import com.discord.api.thread.ThreadMembersUpdate; +import com.discord.api.thread.ThreadMemberUpdate; import d0.z.d.k; import d0.z.d.m; import kotlin.Unit; import kotlin.jvm.functions.Function1; /* compiled from: StoreStream.kt */ -public final /* synthetic */ class StoreStream$initGatewaySocketListeners$25 extends k implements Function1 { +public final /* synthetic */ class StoreStream$initGatewaySocketListeners$25 extends k implements Function1 { public StoreStream$initGatewaySocketListeners$25(StoreStream storeStream) { - super(1, storeStream, StoreStream.class, "handleThreadMembersUpdate", "handleThreadMembersUpdate(Lcom/discord/api/thread/ThreadMembersUpdate;)V", 0); + super(1, storeStream, StoreStream.class, "handleThreadMemberUpdate", "handleThreadMemberUpdate(Lcom/discord/api/thread/ThreadMemberUpdate;)V", 0); } /* Return type fixed from 'java.lang.Object' to match base method */ /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */ @Override // kotlin.jvm.functions.Function1 - public /* bridge */ /* synthetic */ Unit invoke(ThreadMembersUpdate threadMembersUpdate) { - invoke(threadMembersUpdate); + public /* bridge */ /* synthetic */ Unit invoke(ThreadMemberUpdate threadMemberUpdate) { + invoke(threadMemberUpdate); return Unit.a; } - public final void invoke(ThreadMembersUpdate threadMembersUpdate) { - m.checkNotNullParameter(threadMembersUpdate, "p1"); - StoreStream.access$handleThreadMembersUpdate((StoreStream) this.receiver, threadMembersUpdate); + public final void invoke(ThreadMemberUpdate threadMemberUpdate) { + m.checkNotNullParameter(threadMemberUpdate, "p1"); + StoreStream.access$handleThreadMemberUpdate((StoreStream) this.receiver, threadMemberUpdate); } } diff --git a/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$26.java b/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$26.java index 52b554b56b..09dc85fd27 100644 --- a/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$26.java +++ b/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$26.java @@ -1,26 +1,26 @@ package com.discord.stores; -import com.discord.api.thread.ThreadMemberListUpdate; +import com.discord.api.thread.ThreadMembersUpdate; import d0.z.d.k; import d0.z.d.m; import kotlin.Unit; import kotlin.jvm.functions.Function1; /* compiled from: StoreStream.kt */ -public final /* synthetic */ class StoreStream$initGatewaySocketListeners$26 extends k implements Function1 { +public final /* synthetic */ class StoreStream$initGatewaySocketListeners$26 extends k implements Function1 { public StoreStream$initGatewaySocketListeners$26(StoreStream storeStream) { - super(1, storeStream, StoreStream.class, "handleThreadMemberListUpdate", "handleThreadMemberListUpdate(Lcom/discord/api/thread/ThreadMemberListUpdate;)V", 0); + super(1, storeStream, StoreStream.class, "handleThreadMembersUpdate", "handleThreadMembersUpdate(Lcom/discord/api/thread/ThreadMembersUpdate;)V", 0); } /* Return type fixed from 'java.lang.Object' to match base method */ /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */ @Override // kotlin.jvm.functions.Function1 - public /* bridge */ /* synthetic */ Unit invoke(ThreadMemberListUpdate threadMemberListUpdate) { - invoke(threadMemberListUpdate); + public /* bridge */ /* synthetic */ Unit invoke(ThreadMembersUpdate threadMembersUpdate) { + invoke(threadMembersUpdate); return Unit.a; } - public final void invoke(ThreadMemberListUpdate threadMemberListUpdate) { - m.checkNotNullParameter(threadMemberListUpdate, "p1"); - StoreStream.access$handleThreadMemberListUpdate((StoreStream) this.receiver, threadMemberListUpdate); + public final void invoke(ThreadMembersUpdate threadMembersUpdate) { + m.checkNotNullParameter(threadMembersUpdate, "p1"); + StoreStream.access$handleThreadMembersUpdate((StoreStream) this.receiver, threadMembersUpdate); } } diff --git a/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$27.java b/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$27.java index a0a818f594..6782deb8fd 100644 --- a/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$27.java +++ b/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$27.java @@ -1,26 +1,26 @@ package com.discord.stores; -import com.discord.api.user.User; +import com.discord.api.thread.ThreadMemberListUpdate; import d0.z.d.k; import d0.z.d.m; import kotlin.Unit; import kotlin.jvm.functions.Function1; /* compiled from: StoreStream.kt */ -public final /* synthetic */ class StoreStream$initGatewaySocketListeners$27 extends k implements Function1 { +public final /* synthetic */ class StoreStream$initGatewaySocketListeners$27 extends k implements Function1 { public StoreStream$initGatewaySocketListeners$27(StoreStream storeStream) { - super(1, storeStream, StoreStream.class, "handleUserUpdated", "handleUserUpdated(Lcom/discord/api/user/User;)V", 0); + super(1, storeStream, StoreStream.class, "handleThreadMemberListUpdate", "handleThreadMemberListUpdate(Lcom/discord/api/thread/ThreadMemberListUpdate;)V", 0); } /* Return type fixed from 'java.lang.Object' to match base method */ /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */ @Override // kotlin.jvm.functions.Function1 - public /* bridge */ /* synthetic */ Unit invoke(User user) { - invoke(user); + public /* bridge */ /* synthetic */ Unit invoke(ThreadMemberListUpdate threadMemberListUpdate) { + invoke(threadMemberListUpdate); return Unit.a; } - public final void invoke(User user) { - m.checkNotNullParameter(user, "p1"); - StoreStream.access$handleUserUpdated((StoreStream) this.receiver, user); + public final void invoke(ThreadMemberListUpdate threadMemberListUpdate) { + m.checkNotNullParameter(threadMemberListUpdate, "p1"); + StoreStream.access$handleThreadMemberListUpdate((StoreStream) this.receiver, threadMemberListUpdate); } } diff --git a/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$28.java b/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$28.java index 725b0a492c..8340bd9878 100644 --- a/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$28.java +++ b/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$28.java @@ -1,26 +1,26 @@ package com.discord.stores; -import com.discord.models.domain.ModelUserNote; +import com.discord.api.user.User; import d0.z.d.k; import d0.z.d.m; import kotlin.Unit; import kotlin.jvm.functions.Function1; /* compiled from: StoreStream.kt */ -public final /* synthetic */ class StoreStream$initGatewaySocketListeners$28 extends k implements Function1 { +public final /* synthetic */ class StoreStream$initGatewaySocketListeners$28 extends k implements Function1 { public StoreStream$initGatewaySocketListeners$28(StoreStream storeStream) { - super(1, storeStream, StoreStream.class, "handleUserNoteUpdated", "handleUserNoteUpdated(Lcom/discord/models/domain/ModelUserNote$Update;)V", 0); + super(1, storeStream, StoreStream.class, "handleUserUpdated", "handleUserUpdated(Lcom/discord/api/user/User;)V", 0); } /* Return type fixed from 'java.lang.Object' to match base method */ /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */ @Override // kotlin.jvm.functions.Function1 - public /* bridge */ /* synthetic */ Unit invoke(ModelUserNote.Update update) { - invoke(update); + public /* bridge */ /* synthetic */ Unit invoke(User user) { + invoke(user); return Unit.a; } - public final void invoke(ModelUserNote.Update update) { - m.checkNotNullParameter(update, "p1"); - StoreStream.access$handleUserNoteUpdated((StoreStream) this.receiver, update); + public final void invoke(User user) { + m.checkNotNullParameter(user, "p1"); + StoreStream.access$handleUserUpdated((StoreStream) this.receiver, user); } } diff --git a/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$29.java b/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$29.java index 7a68e1009d..ea13f582fb 100644 --- a/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$29.java +++ b/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$29.java @@ -1,26 +1,26 @@ package com.discord.stores; -import com.discord.models.domain.ModelUserRelationship; +import com.discord.models.domain.ModelUserNote; import d0.z.d.k; import d0.z.d.m; import kotlin.Unit; import kotlin.jvm.functions.Function1; /* compiled from: StoreStream.kt */ -public final /* synthetic */ class StoreStream$initGatewaySocketListeners$29 extends k implements Function1 { +public final /* synthetic */ class StoreStream$initGatewaySocketListeners$29 extends k implements Function1 { public StoreStream$initGatewaySocketListeners$29(StoreStream storeStream) { - super(1, storeStream, StoreStream.class, "handleRelationshipAdd", "handleRelationshipAdd(Lcom/discord/models/domain/ModelUserRelationship;)V", 0); + super(1, storeStream, StoreStream.class, "handleUserNoteUpdated", "handleUserNoteUpdated(Lcom/discord/models/domain/ModelUserNote$Update;)V", 0); } /* Return type fixed from 'java.lang.Object' to match base method */ /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */ @Override // kotlin.jvm.functions.Function1 - public /* bridge */ /* synthetic */ Unit invoke(ModelUserRelationship modelUserRelationship) { - invoke(modelUserRelationship); + public /* bridge */ /* synthetic */ Unit invoke(ModelUserNote.Update update) { + invoke(update); return Unit.a; } - public final void invoke(ModelUserRelationship modelUserRelationship) { - m.checkNotNullParameter(modelUserRelationship, "p1"); - ((StoreStream) this.receiver).handleRelationshipAdd(modelUserRelationship); + public final void invoke(ModelUserNote.Update update) { + m.checkNotNullParameter(update, "p1"); + StoreStream.access$handleUserNoteUpdated((StoreStream) this.receiver, update); } } diff --git a/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$30.java b/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$30.java index 3a42088fca..995ca614ba 100644 --- a/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$30.java +++ b/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$30.java @@ -8,7 +8,7 @@ import kotlin.jvm.functions.Function1; /* compiled from: StoreStream.kt */ public final /* synthetic */ class StoreStream$initGatewaySocketListeners$30 extends k implements Function1 { public StoreStream$initGatewaySocketListeners$30(StoreStream storeStream) { - super(1, storeStream, StoreStream.class, "handleRelationshipRemove", "handleRelationshipRemove(Lcom/discord/models/domain/ModelUserRelationship;)V", 0); + super(1, storeStream, StoreStream.class, "handleRelationshipAdd", "handleRelationshipAdd(Lcom/discord/models/domain/ModelUserRelationship;)V", 0); } /* Return type fixed from 'java.lang.Object' to match base method */ @@ -21,6 +21,6 @@ public final /* synthetic */ class StoreStream$initGatewaySocketListeners$30 ext public final void invoke(ModelUserRelationship modelUserRelationship) { m.checkNotNullParameter(modelUserRelationship, "p1"); - StoreStream.access$handleRelationshipRemove((StoreStream) this.receiver, modelUserRelationship); + ((StoreStream) this.receiver).handleRelationshipAdd(modelUserRelationship); } } diff --git a/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$31.java b/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$31.java index a9563b26f1..2cb88bdf71 100644 --- a/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$31.java +++ b/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$31.java @@ -1,26 +1,26 @@ package com.discord.stores; -import com.discord.api.message.Message; +import com.discord.models.domain.ModelUserRelationship; import d0.z.d.k; import d0.z.d.m; import kotlin.Unit; import kotlin.jvm.functions.Function1; /* compiled from: StoreStream.kt */ -public final /* synthetic */ class StoreStream$initGatewaySocketListeners$31 extends k implements Function1 { +public final /* synthetic */ class StoreStream$initGatewaySocketListeners$31 extends k implements Function1 { public StoreStream$initGatewaySocketListeners$31(StoreStream storeStream) { - super(1, storeStream, StoreStream.class, "handleMessageUpdate", "handleMessageUpdate(Lcom/discord/api/message/Message;)V", 0); + super(1, storeStream, StoreStream.class, "handleRelationshipRemove", "handleRelationshipRemove(Lcom/discord/models/domain/ModelUserRelationship;)V", 0); } /* Return type fixed from 'java.lang.Object' to match base method */ /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */ @Override // kotlin.jvm.functions.Function1 - public /* bridge */ /* synthetic */ Unit invoke(Message message) { - invoke(message); + public /* bridge */ /* synthetic */ Unit invoke(ModelUserRelationship modelUserRelationship) { + invoke(modelUserRelationship); return Unit.a; } - public final void invoke(Message message) { - m.checkNotNullParameter(message, "p1"); - StoreStream.access$handleMessageUpdate((StoreStream) this.receiver, message); + public final void invoke(ModelUserRelationship modelUserRelationship) { + m.checkNotNullParameter(modelUserRelationship, "p1"); + StoreStream.access$handleRelationshipRemove((StoreStream) this.receiver, modelUserRelationship); } } diff --git a/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$32.java b/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$32.java index 267b81784e..d2cd0eb180 100644 --- a/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$32.java +++ b/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$32.java @@ -8,7 +8,7 @@ import kotlin.jvm.functions.Function1; /* compiled from: StoreStream.kt */ public final /* synthetic */ class StoreStream$initGatewaySocketListeners$32 extends k implements Function1 { public StoreStream$initGatewaySocketListeners$32(StoreStream storeStream) { - super(1, storeStream, StoreStream.class, "handleMessageCreate", "handleMessageCreate(Lcom/discord/api/message/Message;)V", 0); + super(1, storeStream, StoreStream.class, "handleMessageUpdate", "handleMessageUpdate(Lcom/discord/api/message/Message;)V", 0); } /* Return type fixed from 'java.lang.Object' to match base method */ @@ -21,6 +21,6 @@ public final /* synthetic */ class StoreStream$initGatewaySocketListeners$32 ext public final void invoke(Message message) { m.checkNotNullParameter(message, "p1"); - StoreStream.access$handleMessageCreate((StoreStream) this.receiver, message); + StoreStream.access$handleMessageUpdate((StoreStream) this.receiver, message); } } diff --git a/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$33.java b/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$33.java index 20e09bf86d..ddf285be0b 100644 --- a/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$33.java +++ b/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$33.java @@ -1,26 +1,26 @@ package com.discord.stores; -import com.discord.api.message.reaction.MessageReactionUpdate; +import com.discord.api.message.Message; import d0.z.d.k; import d0.z.d.m; import kotlin.Unit; import kotlin.jvm.functions.Function1; /* compiled from: StoreStream.kt */ -public final /* synthetic */ class StoreStream$initGatewaySocketListeners$33 extends k implements Function1 { +public final /* synthetic */ class StoreStream$initGatewaySocketListeners$33 extends k implements Function1 { public StoreStream$initGatewaySocketListeners$33(StoreStream storeStream) { - super(1, storeStream, StoreStream.class, "handleReactionAdd", "handleReactionAdd(Lcom/discord/api/message/reaction/MessageReactionUpdate;)V", 0); + super(1, storeStream, StoreStream.class, "handleMessageCreate", "handleMessageCreate(Lcom/discord/api/message/Message;)V", 0); } /* Return type fixed from 'java.lang.Object' to match base method */ /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */ @Override // kotlin.jvm.functions.Function1 - public /* bridge */ /* synthetic */ Unit invoke(MessageReactionUpdate messageReactionUpdate) { - invoke(messageReactionUpdate); + public /* bridge */ /* synthetic */ Unit invoke(Message message) { + invoke(message); return Unit.a; } - public final void invoke(MessageReactionUpdate messageReactionUpdate) { - m.checkNotNullParameter(messageReactionUpdate, "p1"); - StoreStream.access$handleReactionAdd((StoreStream) this.receiver, messageReactionUpdate); + public final void invoke(Message message) { + m.checkNotNullParameter(message, "p1"); + StoreStream.access$handleMessageCreate((StoreStream) this.receiver, message); } } diff --git a/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$34.java b/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$34.java index e4c645fcd1..593ceb8e7d 100644 --- a/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$34.java +++ b/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$34.java @@ -8,7 +8,7 @@ import kotlin.jvm.functions.Function1; /* compiled from: StoreStream.kt */ public final /* synthetic */ class StoreStream$initGatewaySocketListeners$34 extends k implements Function1 { public StoreStream$initGatewaySocketListeners$34(StoreStream storeStream) { - super(1, storeStream, StoreStream.class, "handleReactionRemove", "handleReactionRemove(Lcom/discord/api/message/reaction/MessageReactionUpdate;)V", 0); + super(1, storeStream, StoreStream.class, "handleReactionAdd", "handleReactionAdd(Lcom/discord/api/message/reaction/MessageReactionUpdate;)V", 0); } /* Return type fixed from 'java.lang.Object' to match base method */ @@ -21,6 +21,6 @@ public final /* synthetic */ class StoreStream$initGatewaySocketListeners$34 ext public final void invoke(MessageReactionUpdate messageReactionUpdate) { m.checkNotNullParameter(messageReactionUpdate, "p1"); - StoreStream.access$handleReactionRemove((StoreStream) this.receiver, messageReactionUpdate); + StoreStream.access$handleReactionAdd((StoreStream) this.receiver, messageReactionUpdate); } } diff --git a/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$35.java b/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$35.java index cf74a3dfb7..b7604271e8 100644 --- a/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$35.java +++ b/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$35.java @@ -8,7 +8,7 @@ import kotlin.jvm.functions.Function1; /* compiled from: StoreStream.kt */ public final /* synthetic */ class StoreStream$initGatewaySocketListeners$35 extends k implements Function1 { public StoreStream$initGatewaySocketListeners$35(StoreStream storeStream) { - super(1, storeStream, StoreStream.class, "handleReactionRemoveEmoji", "handleReactionRemoveEmoji(Lcom/discord/api/message/reaction/MessageReactionUpdate;)V", 0); + super(1, storeStream, StoreStream.class, "handleReactionRemove", "handleReactionRemove(Lcom/discord/api/message/reaction/MessageReactionUpdate;)V", 0); } /* Return type fixed from 'java.lang.Object' to match base method */ @@ -21,6 +21,6 @@ public final /* synthetic */ class StoreStream$initGatewaySocketListeners$35 ext public final void invoke(MessageReactionUpdate messageReactionUpdate) { m.checkNotNullParameter(messageReactionUpdate, "p1"); - StoreStream.access$handleReactionRemoveEmoji((StoreStream) this.receiver, messageReactionUpdate); + StoreStream.access$handleReactionRemove((StoreStream) this.receiver, messageReactionUpdate); } } diff --git a/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$36.java b/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$36.java index b70d24417b..d53d085494 100644 --- a/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$36.java +++ b/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$36.java @@ -8,7 +8,7 @@ import kotlin.jvm.functions.Function1; /* compiled from: StoreStream.kt */ public final /* synthetic */ class StoreStream$initGatewaySocketListeners$36 extends k implements Function1 { public StoreStream$initGatewaySocketListeners$36(StoreStream storeStream) { - super(1, storeStream, StoreStream.class, "handleReactionRemoveAll", "handleReactionRemoveAll(Lcom/discord/api/message/reaction/MessageReactionUpdate;)V", 0); + super(1, storeStream, StoreStream.class, "handleReactionRemoveEmoji", "handleReactionRemoveEmoji(Lcom/discord/api/message/reaction/MessageReactionUpdate;)V", 0); } /* Return type fixed from 'java.lang.Object' to match base method */ @@ -21,6 +21,6 @@ public final /* synthetic */ class StoreStream$initGatewaySocketListeners$36 ext public final void invoke(MessageReactionUpdate messageReactionUpdate) { m.checkNotNullParameter(messageReactionUpdate, "p1"); - StoreStream.access$handleReactionRemoveAll((StoreStream) this.receiver, messageReactionUpdate); + StoreStream.access$handleReactionRemoveEmoji((StoreStream) this.receiver, messageReactionUpdate); } } diff --git a/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$37.java b/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$37.java index 42f034cc7f..33c50ad5af 100644 --- a/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$37.java +++ b/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$37.java @@ -1,26 +1,26 @@ package com.discord.stores; -import com.discord.models.domain.ModelMessageDelete; +import com.discord.api.message.reaction.MessageReactionUpdate; import d0.z.d.k; import d0.z.d.m; import kotlin.Unit; import kotlin.jvm.functions.Function1; /* compiled from: StoreStream.kt */ -public final /* synthetic */ class StoreStream$initGatewaySocketListeners$37 extends k implements Function1 { +public final /* synthetic */ class StoreStream$initGatewaySocketListeners$37 extends k implements Function1 { public StoreStream$initGatewaySocketListeners$37(StoreStream storeStream) { - super(1, storeStream, StoreStream.class, "handleMessageDelete", "handleMessageDelete(Lcom/discord/models/domain/ModelMessageDelete;)V", 0); + super(1, storeStream, StoreStream.class, "handleReactionRemoveAll", "handleReactionRemoveAll(Lcom/discord/api/message/reaction/MessageReactionUpdate;)V", 0); } /* Return type fixed from 'java.lang.Object' to match base method */ /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */ @Override // kotlin.jvm.functions.Function1 - public /* bridge */ /* synthetic */ Unit invoke(ModelMessageDelete modelMessageDelete) { - invoke(modelMessageDelete); + public /* bridge */ /* synthetic */ Unit invoke(MessageReactionUpdate messageReactionUpdate) { + invoke(messageReactionUpdate); return Unit.a; } - public final void invoke(ModelMessageDelete modelMessageDelete) { - m.checkNotNullParameter(modelMessageDelete, "p1"); - StoreStream.access$handleMessageDelete((StoreStream) this.receiver, modelMessageDelete); + public final void invoke(MessageReactionUpdate messageReactionUpdate) { + m.checkNotNullParameter(messageReactionUpdate, "p1"); + StoreStream.access$handleReactionRemoveAll((StoreStream) this.receiver, messageReactionUpdate); } } diff --git a/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$38.java b/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$38.java index 504269f677..7d6789e9b2 100644 --- a/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$38.java +++ b/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$38.java @@ -1,26 +1,26 @@ package com.discord.stores; -import com.discord.models.domain.ModelReadState; +import com.discord.models.domain.ModelMessageDelete; import d0.z.d.k; import d0.z.d.m; import kotlin.Unit; import kotlin.jvm.functions.Function1; /* compiled from: StoreStream.kt */ -public final /* synthetic */ class StoreStream$initGatewaySocketListeners$38 extends k implements Function1 { +public final /* synthetic */ class StoreStream$initGatewaySocketListeners$38 extends k implements Function1 { public StoreStream$initGatewaySocketListeners$38(StoreStream storeStream) { - super(1, storeStream, StoreStream.class, "handleMessageAck", "handleMessageAck(Lcom/discord/models/domain/ModelReadState;)V", 0); + super(1, storeStream, StoreStream.class, "handleMessageDelete", "handleMessageDelete(Lcom/discord/models/domain/ModelMessageDelete;)V", 0); } /* Return type fixed from 'java.lang.Object' to match base method */ /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */ @Override // kotlin.jvm.functions.Function1 - public /* bridge */ /* synthetic */ Unit invoke(ModelReadState modelReadState) { - invoke(modelReadState); + public /* bridge */ /* synthetic */ Unit invoke(ModelMessageDelete modelMessageDelete) { + invoke(modelMessageDelete); return Unit.a; } - public final void invoke(ModelReadState modelReadState) { - m.checkNotNullParameter(modelReadState, "p1"); - StoreStream.access$handleMessageAck((StoreStream) this.receiver, modelReadState); + public final void invoke(ModelMessageDelete modelMessageDelete) { + m.checkNotNullParameter(modelMessageDelete, "p1"); + StoreStream.access$handleMessageDelete((StoreStream) this.receiver, modelMessageDelete); } } diff --git a/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$39.java b/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$39.java index 990dcb6174..805c29a250 100644 --- a/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$39.java +++ b/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$39.java @@ -1,26 +1,26 @@ package com.discord.stores; -import com.discord.api.voice.state.VoiceState; +import com.discord.models.domain.ModelReadState; import d0.z.d.k; import d0.z.d.m; import kotlin.Unit; import kotlin.jvm.functions.Function1; /* compiled from: StoreStream.kt */ -public final /* synthetic */ class StoreStream$initGatewaySocketListeners$39 extends k implements Function1 { +public final /* synthetic */ class StoreStream$initGatewaySocketListeners$39 extends k implements Function1 { public StoreStream$initGatewaySocketListeners$39(StoreStream storeStream) { - super(1, storeStream, StoreStream.class, "handleVoiceStateUpdate", "handleVoiceStateUpdate(Lcom/discord/api/voice/state/VoiceState;)V", 0); + super(1, storeStream, StoreStream.class, "handleMessageAck", "handleMessageAck(Lcom/discord/models/domain/ModelReadState;)V", 0); } /* Return type fixed from 'java.lang.Object' to match base method */ /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */ @Override // kotlin.jvm.functions.Function1 - public /* bridge */ /* synthetic */ Unit invoke(VoiceState voiceState) { - invoke(voiceState); + public /* bridge */ /* synthetic */ Unit invoke(ModelReadState modelReadState) { + invoke(modelReadState); return Unit.a; } - public final void invoke(VoiceState voiceState) { - m.checkNotNullParameter(voiceState, "p1"); - StoreStream.access$handleVoiceStateUpdate((StoreStream) this.receiver, voiceState); + public final void invoke(ModelReadState modelReadState) { + m.checkNotNullParameter(modelReadState, "p1"); + StoreStream.access$handleMessageAck((StoreStream) this.receiver, modelReadState); } } diff --git a/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$40.java b/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$40.java index 9bcae772ec..8533a738b7 100644 --- a/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$40.java +++ b/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$40.java @@ -1,26 +1,26 @@ package com.discord.stores; -import com.discord.api.voice.server.VoiceServer; +import com.discord.api.voice.state.VoiceState; import d0.z.d.k; import d0.z.d.m; import kotlin.Unit; import kotlin.jvm.functions.Function1; /* compiled from: StoreStream.kt */ -public final /* synthetic */ class StoreStream$initGatewaySocketListeners$40 extends k implements Function1 { +public final /* synthetic */ class StoreStream$initGatewaySocketListeners$40 extends k implements Function1 { public StoreStream$initGatewaySocketListeners$40(StoreStream storeStream) { - super(1, storeStream, StoreStream.class, "handleVoiceServerUpdate", "handleVoiceServerUpdate(Lcom/discord/api/voice/server/VoiceServer;)V", 0); + super(1, storeStream, StoreStream.class, "handleVoiceStateUpdate", "handleVoiceStateUpdate(Lcom/discord/api/voice/state/VoiceState;)V", 0); } /* Return type fixed from 'java.lang.Object' to match base method */ /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */ @Override // kotlin.jvm.functions.Function1 - public /* bridge */ /* synthetic */ Unit invoke(VoiceServer voiceServer) { - invoke(voiceServer); + public /* bridge */ /* synthetic */ Unit invoke(VoiceState voiceState) { + invoke(voiceState); return Unit.a; } - public final void invoke(VoiceServer voiceServer) { - m.checkNotNullParameter(voiceServer, "p1"); - StoreStream.access$handleVoiceServerUpdate((StoreStream) this.receiver, voiceServer); + public final void invoke(VoiceState voiceState) { + m.checkNotNullParameter(voiceState, "p1"); + StoreStream.access$handleVoiceStateUpdate((StoreStream) this.receiver, voiceState); } } diff --git a/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$41.java b/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$41.java index 2e331007ab..580dcb8622 100644 --- a/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$41.java +++ b/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$41.java @@ -1,26 +1,26 @@ package com.discord.stores; -import com.discord.models.domain.ModelNotificationSettings; +import com.discord.api.voice.server.VoiceServer; import d0.z.d.k; import d0.z.d.m; import kotlin.Unit; import kotlin.jvm.functions.Function1; /* compiled from: StoreStream.kt */ -public final /* synthetic */ class StoreStream$initGatewaySocketListeners$41 extends k implements Function1 { +public final /* synthetic */ class StoreStream$initGatewaySocketListeners$41 extends k implements Function1 { public StoreStream$initGatewaySocketListeners$41(StoreStream storeStream) { - super(1, storeStream, StoreStream.class, "handleGuildSettingUpdated", "handleGuildSettingUpdated(Lcom/discord/models/domain/ModelNotificationSettings;)V", 0); + super(1, storeStream, StoreStream.class, "handleVoiceServerUpdate", "handleVoiceServerUpdate(Lcom/discord/api/voice/server/VoiceServer;)V", 0); } /* Return type fixed from 'java.lang.Object' to match base method */ /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */ @Override // kotlin.jvm.functions.Function1 - public /* bridge */ /* synthetic */ Unit invoke(ModelNotificationSettings modelNotificationSettings) { - invoke(modelNotificationSettings); + public /* bridge */ /* synthetic */ Unit invoke(VoiceServer voiceServer) { + invoke(voiceServer); return Unit.a; } - public final void invoke(ModelNotificationSettings modelNotificationSettings) { - m.checkNotNullParameter(modelNotificationSettings, "p1"); - StoreStream.access$handleGuildSettingUpdated((StoreStream) this.receiver, modelNotificationSettings); + public final void invoke(VoiceServer voiceServer) { + m.checkNotNullParameter(voiceServer, "p1"); + StoreStream.access$handleVoiceServerUpdate((StoreStream) this.receiver, voiceServer); } } diff --git a/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$42.java b/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$42.java index dfe090b60b..331614d733 100644 --- a/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$42.java +++ b/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$42.java @@ -1,26 +1,26 @@ package com.discord.stores; -import com.discord.models.domain.ModelUserSettings; +import com.discord.models.domain.ModelNotificationSettings; import d0.z.d.k; import d0.z.d.m; import kotlin.Unit; import kotlin.jvm.functions.Function1; /* compiled from: StoreStream.kt */ -public final /* synthetic */ class StoreStream$initGatewaySocketListeners$42 extends k implements Function1 { +public final /* synthetic */ class StoreStream$initGatewaySocketListeners$42 extends k implements Function1 { public StoreStream$initGatewaySocketListeners$42(StoreStream storeStream) { - super(1, storeStream, StoreStream.class, "handleUserSettingsUpdate", "handleUserSettingsUpdate(Lcom/discord/models/domain/ModelUserSettings;)V", 0); + super(1, storeStream, StoreStream.class, "handleGuildSettingUpdated", "handleGuildSettingUpdated(Lcom/discord/models/domain/ModelNotificationSettings;)V", 0); } /* Return type fixed from 'java.lang.Object' to match base method */ /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */ @Override // kotlin.jvm.functions.Function1 - public /* bridge */ /* synthetic */ Unit invoke(ModelUserSettings modelUserSettings) { - invoke(modelUserSettings); + public /* bridge */ /* synthetic */ Unit invoke(ModelNotificationSettings modelNotificationSettings) { + invoke(modelNotificationSettings); return Unit.a; } - public final void invoke(ModelUserSettings modelUserSettings) { - m.checkNotNullParameter(modelUserSettings, "p1"); - StoreStream.access$handleUserSettingsUpdate((StoreStream) this.receiver, modelUserSettings); + public final void invoke(ModelNotificationSettings modelNotificationSettings) { + m.checkNotNullParameter(modelNotificationSettings, "p1"); + StoreStream.access$handleGuildSettingUpdated((StoreStream) this.receiver, modelNotificationSettings); } } diff --git a/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$43.java b/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$43.java index add79301cb..363772abf8 100644 --- a/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$43.java +++ b/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$43.java @@ -1,26 +1,26 @@ package com.discord.stores; -import com.discord.api.user.TypingUser; +import com.discord.models.domain.ModelUserSettings; import d0.z.d.k; import d0.z.d.m; import kotlin.Unit; import kotlin.jvm.functions.Function1; /* compiled from: StoreStream.kt */ -public final /* synthetic */ class StoreStream$initGatewaySocketListeners$43 extends k implements Function1 { +public final /* synthetic */ class StoreStream$initGatewaySocketListeners$43 extends k implements Function1 { public StoreStream$initGatewaySocketListeners$43(StoreStream storeStream) { - super(1, storeStream, StoreStream.class, "handleTypingStart", "handleTypingStart(Lcom/discord/api/user/TypingUser;)V", 0); + super(1, storeStream, StoreStream.class, "handleUserSettingsUpdate", "handleUserSettingsUpdate(Lcom/discord/models/domain/ModelUserSettings;)V", 0); } /* Return type fixed from 'java.lang.Object' to match base method */ /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */ @Override // kotlin.jvm.functions.Function1 - public /* bridge */ /* synthetic */ Unit invoke(TypingUser typingUser) { - invoke(typingUser); + public /* bridge */ /* synthetic */ Unit invoke(ModelUserSettings modelUserSettings) { + invoke(modelUserSettings); return Unit.a; } - public final void invoke(TypingUser typingUser) { - m.checkNotNullParameter(typingUser, "p1"); - StoreStream.access$handleTypingStart((StoreStream) this.receiver, typingUser); + public final void invoke(ModelUserSettings modelUserSettings) { + m.checkNotNullParameter(modelUserSettings, "p1"); + StoreStream.access$handleUserSettingsUpdate((StoreStream) this.receiver, modelUserSettings); } } diff --git a/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$44.java b/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$44.java index 1b5826ca66..8b90c0ecda 100644 --- a/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$44.java +++ b/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$44.java @@ -1,33 +1,26 @@ package com.discord.stores; -import com.discord.api.presence.Presence; +import com.discord.api.user.TypingUser; +import d0.z.d.k; import d0.z.d.m; -import d0.z.d.o; import kotlin.Unit; import kotlin.jvm.functions.Function1; /* compiled from: StoreStream.kt */ -public final class StoreStream$initGatewaySocketListeners$44 extends o implements Function1 { - public final /* synthetic */ StoreStream this$0; - - /* JADX INFO: super call moved to the top of the method (can break code semantics) */ +public final /* synthetic */ class StoreStream$initGatewaySocketListeners$44 extends k implements Function1 { public StoreStream$initGatewaySocketListeners$44(StoreStream storeStream) { - super(1); - this.this$0 = storeStream; + super(1, storeStream, StoreStream.class, "handleTypingStart", "handleTypingStart(Lcom/discord/api/user/TypingUser;)V", 0); } /* Return type fixed from 'java.lang.Object' to match base method */ /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */ @Override // kotlin.jvm.functions.Function1 - public /* bridge */ /* synthetic */ Unit invoke(Presence presence) { - invoke(presence); + public /* bridge */ /* synthetic */ Unit invoke(TypingUser typingUser) { + invoke(typingUser); return Unit.a; } - public final void invoke(Presence presence) { - StoreStream storeStream = this.this$0; - Long d = presence.d(); - long longValue = d != null ? d.longValue() : 0; - m.checkNotNullExpressionValue(presence, "it"); - StoreStream.access$handlePresenceUpdate(storeStream, longValue, presence); + public final void invoke(TypingUser typingUser) { + m.checkNotNullParameter(typingUser, "p1"); + StoreStream.access$handleTypingStart((StoreStream) this.receiver, typingUser); } } diff --git a/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$45.java b/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$45.java index 97e1a8fafd..fa3684afa6 100644 --- a/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$45.java +++ b/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$45.java @@ -1,27 +1,33 @@ package com.discord.stores; import com.discord.api.presence.Presence; -import d0.z.d.k; import d0.z.d.m; -import java.util.List; +import d0.z.d.o; import kotlin.Unit; import kotlin.jvm.functions.Function1; /* compiled from: StoreStream.kt */ -public final /* synthetic */ class StoreStream$initGatewaySocketListeners$45 extends k implements Function1, Unit> { +public final class StoreStream$initGatewaySocketListeners$45 extends o implements Function1 { + public final /* synthetic */ StoreStream this$0; + + /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public StoreStream$initGatewaySocketListeners$45(StoreStream storeStream) { - super(1, storeStream, StoreStream.class, "handlePresenceReplace", "handlePresenceReplace(Ljava/util/List;)V", 0); + super(1); + this.this$0 = storeStream; } /* Return type fixed from 'java.lang.Object' to match base method */ /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */ @Override // kotlin.jvm.functions.Function1 - public /* bridge */ /* synthetic */ Unit invoke(List list) { - invoke((List) list); + public /* bridge */ /* synthetic */ Unit invoke(Presence presence) { + invoke(presence); return Unit.a; } - public final void invoke(List list) { - m.checkNotNullParameter(list, "p1"); - StoreStream.access$handlePresenceReplace((StoreStream) this.receiver, list); + public final void invoke(Presence presence) { + StoreStream storeStream = this.this$0; + Long d = presence.d(); + long longValue = d != null ? d.longValue() : 0; + m.checkNotNullExpressionValue(presence, "it"); + StoreStream.access$handlePresenceUpdate(storeStream, longValue, presence); } } diff --git a/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$46.java b/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$46.java index e77b6adabf..cb9028db8b 100644 --- a/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$46.java +++ b/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$46.java @@ -1,26 +1,27 @@ package com.discord.stores; -import com.discord.api.channel.ChannelRecipient; +import com.discord.api.presence.Presence; import d0.z.d.k; import d0.z.d.m; +import java.util.List; import kotlin.Unit; import kotlin.jvm.functions.Function1; /* compiled from: StoreStream.kt */ -public final /* synthetic */ class StoreStream$initGatewaySocketListeners$46 extends k implements Function1 { +public final /* synthetic */ class StoreStream$initGatewaySocketListeners$46 extends k implements Function1, Unit> { public StoreStream$initGatewaySocketListeners$46(StoreStream storeStream) { - super(1, storeStream, StoreStream.class, "handleGroupDMRecipientAdd", "handleGroupDMRecipientAdd(Lcom/discord/api/channel/ChannelRecipient;)V", 0); + super(1, storeStream, StoreStream.class, "handlePresenceReplace", "handlePresenceReplace(Ljava/util/List;)V", 0); } /* Return type fixed from 'java.lang.Object' to match base method */ /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */ @Override // kotlin.jvm.functions.Function1 - public /* bridge */ /* synthetic */ Unit invoke(ChannelRecipient channelRecipient) { - invoke(channelRecipient); + public /* bridge */ /* synthetic */ Unit invoke(List list) { + invoke((List) list); return Unit.a; } - public final void invoke(ChannelRecipient channelRecipient) { - m.checkNotNullParameter(channelRecipient, "p1"); - StoreStream.access$handleGroupDMRecipientAdd((StoreStream) this.receiver, channelRecipient); + public final void invoke(List list) { + m.checkNotNullParameter(list, "p1"); + StoreStream.access$handlePresenceReplace((StoreStream) this.receiver, list); } } diff --git a/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$47.java b/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$47.java index 98f4bebae9..13076963fc 100644 --- a/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$47.java +++ b/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$47.java @@ -8,7 +8,7 @@ import kotlin.jvm.functions.Function1; /* compiled from: StoreStream.kt */ public final /* synthetic */ class StoreStream$initGatewaySocketListeners$47 extends k implements Function1 { public StoreStream$initGatewaySocketListeners$47(StoreStream storeStream) { - super(1, storeStream, StoreStream.class, "handleGroupDMRecipientRemove", "handleGroupDMRecipientRemove(Lcom/discord/api/channel/ChannelRecipient;)V", 0); + super(1, storeStream, StoreStream.class, "handleGroupDMRecipientAdd", "handleGroupDMRecipientAdd(Lcom/discord/api/channel/ChannelRecipient;)V", 0); } /* Return type fixed from 'java.lang.Object' to match base method */ @@ -21,6 +21,6 @@ public final /* synthetic */ class StoreStream$initGatewaySocketListeners$47 ext public final void invoke(ChannelRecipient channelRecipient) { m.checkNotNullParameter(channelRecipient, "p1"); - StoreStream.access$handleGroupDMRecipientRemove((StoreStream) this.receiver, channelRecipient); + StoreStream.access$handleGroupDMRecipientAdd((StoreStream) this.receiver, channelRecipient); } } diff --git a/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$48.java b/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$48.java index 1ea7e63e8a..1148a80aa4 100644 --- a/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$48.java +++ b/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$48.java @@ -1,26 +1,26 @@ package com.discord.stores; -import com.discord.models.domain.ModelCall; +import com.discord.api.channel.ChannelRecipient; import d0.z.d.k; import d0.z.d.m; import kotlin.Unit; import kotlin.jvm.functions.Function1; /* compiled from: StoreStream.kt */ -public final /* synthetic */ class StoreStream$initGatewaySocketListeners$48 extends k implements Function1 { +public final /* synthetic */ class StoreStream$initGatewaySocketListeners$48 extends k implements Function1 { public StoreStream$initGatewaySocketListeners$48(StoreStream storeStream) { - super(1, storeStream, StoreStream.class, "handleCallDelete", "handleCallDelete(Lcom/discord/models/domain/ModelCall;)V", 0); + super(1, storeStream, StoreStream.class, "handleGroupDMRecipientRemove", "handleGroupDMRecipientRemove(Lcom/discord/api/channel/ChannelRecipient;)V", 0); } /* Return type fixed from 'java.lang.Object' to match base method */ /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */ @Override // kotlin.jvm.functions.Function1 - public /* bridge */ /* synthetic */ Unit invoke(ModelCall modelCall) { - invoke(modelCall); + public /* bridge */ /* synthetic */ Unit invoke(ChannelRecipient channelRecipient) { + invoke(channelRecipient); return Unit.a; } - public final void invoke(ModelCall modelCall) { - m.checkNotNullParameter(modelCall, "p1"); - StoreStream.access$handleCallDelete((StoreStream) this.receiver, modelCall); + public final void invoke(ChannelRecipient channelRecipient) { + m.checkNotNullParameter(channelRecipient, "p1"); + StoreStream.access$handleGroupDMRecipientRemove((StoreStream) this.receiver, channelRecipient); } } diff --git a/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$49.java b/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$49.java index 49bec11fb2..cf3e700e5a 100644 --- a/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$49.java +++ b/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$49.java @@ -8,7 +8,7 @@ import kotlin.jvm.functions.Function1; /* compiled from: StoreStream.kt */ public final /* synthetic */ class StoreStream$initGatewaySocketListeners$49 extends k implements Function1 { public StoreStream$initGatewaySocketListeners$49(StoreStream storeStream) { - super(1, storeStream, StoreStream.class, "handleCallCreateOrUpdate", "handleCallCreateOrUpdate(Lcom/discord/models/domain/ModelCall;)V", 0); + super(1, storeStream, StoreStream.class, "handleCallDelete", "handleCallDelete(Lcom/discord/models/domain/ModelCall;)V", 0); } /* Return type fixed from 'java.lang.Object' to match base method */ @@ -21,6 +21,6 @@ public final /* synthetic */ class StoreStream$initGatewaySocketListeners$49 ext public final void invoke(ModelCall modelCall) { m.checkNotNullParameter(modelCall, "p1"); - StoreStream.access$handleCallCreateOrUpdate((StoreStream) this.receiver, modelCall); + StoreStream.access$handleCallDelete((StoreStream) this.receiver, modelCall); } } diff --git a/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$50.java b/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$50.java index f846ddd241..cb1441afa4 100644 --- a/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$50.java +++ b/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$50.java @@ -1,26 +1,26 @@ package com.discord.stores; -import com.discord.api.emoji.GuildEmojisUpdate; +import com.discord.models.domain.ModelCall; import d0.z.d.k; import d0.z.d.m; import kotlin.Unit; import kotlin.jvm.functions.Function1; /* compiled from: StoreStream.kt */ -public final /* synthetic */ class StoreStream$initGatewaySocketListeners$50 extends k implements Function1 { +public final /* synthetic */ class StoreStream$initGatewaySocketListeners$50 extends k implements Function1 { public StoreStream$initGatewaySocketListeners$50(StoreStream storeStream) { - super(1, storeStream, StoreStream.class, "handleEmojiUpdate", "handleEmojiUpdate(Lcom/discord/api/emoji/GuildEmojisUpdate;)V", 0); + super(1, storeStream, StoreStream.class, "handleCallCreateOrUpdate", "handleCallCreateOrUpdate(Lcom/discord/models/domain/ModelCall;)V", 0); } /* Return type fixed from 'java.lang.Object' to match base method */ /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */ @Override // kotlin.jvm.functions.Function1 - public /* bridge */ /* synthetic */ Unit invoke(GuildEmojisUpdate guildEmojisUpdate) { - invoke(guildEmojisUpdate); + public /* bridge */ /* synthetic */ Unit invoke(ModelCall modelCall) { + invoke(modelCall); return Unit.a; } - public final void invoke(GuildEmojisUpdate guildEmojisUpdate) { - m.checkNotNullParameter(guildEmojisUpdate, "p1"); - StoreStream.access$handleEmojiUpdate((StoreStream) this.receiver, guildEmojisUpdate); + public final void invoke(ModelCall modelCall) { + m.checkNotNullParameter(modelCall, "p1"); + StoreStream.access$handleCallCreateOrUpdate((StoreStream) this.receiver, modelCall); } } diff --git a/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$51.java b/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$51.java index 099d2c2af8..d6a454e12d 100644 --- a/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$51.java +++ b/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$51.java @@ -1,26 +1,26 @@ package com.discord.stores; -import com.discord.api.sticker.GuildStickersUpdate; +import com.discord.api.emoji.GuildEmojisUpdate; import d0.z.d.k; import d0.z.d.m; import kotlin.Unit; import kotlin.jvm.functions.Function1; /* compiled from: StoreStream.kt */ -public final /* synthetic */ class StoreStream$initGatewaySocketListeners$51 extends k implements Function1 { +public final /* synthetic */ class StoreStream$initGatewaySocketListeners$51 extends k implements Function1 { public StoreStream$initGatewaySocketListeners$51(StoreStream storeStream) { - super(1, storeStream, StoreStream.class, "handleStickersUpdate", "handleStickersUpdate(Lcom/discord/api/sticker/GuildStickersUpdate;)V", 0); + super(1, storeStream, StoreStream.class, "handleEmojiUpdate", "handleEmojiUpdate(Lcom/discord/api/emoji/GuildEmojisUpdate;)V", 0); } /* Return type fixed from 'java.lang.Object' to match base method */ /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */ @Override // kotlin.jvm.functions.Function1 - public /* bridge */ /* synthetic */ Unit invoke(GuildStickersUpdate guildStickersUpdate) { - invoke(guildStickersUpdate); + public /* bridge */ /* synthetic */ Unit invoke(GuildEmojisUpdate guildEmojisUpdate) { + invoke(guildEmojisUpdate); return Unit.a; } - public final void invoke(GuildStickersUpdate guildStickersUpdate) { - m.checkNotNullParameter(guildStickersUpdate, "p1"); - StoreStream.access$handleStickersUpdate((StoreStream) this.receiver, guildStickersUpdate); + public final void invoke(GuildEmojisUpdate guildEmojisUpdate) { + m.checkNotNullParameter(guildEmojisUpdate, "p1"); + StoreStream.access$handleEmojiUpdate((StoreStream) this.receiver, guildEmojisUpdate); } } diff --git a/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$52.java b/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$52.java index 079c2a2b26..f274c20b57 100644 --- a/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$52.java +++ b/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$52.java @@ -1,26 +1,26 @@ package com.discord.stores; -import com.discord.api.requiredaction.UserRequiredActionUpdate; +import com.discord.api.sticker.GuildStickersUpdate; import d0.z.d.k; import d0.z.d.m; import kotlin.Unit; import kotlin.jvm.functions.Function1; /* compiled from: StoreStream.kt */ -public final /* synthetic */ class StoreStream$initGatewaySocketListeners$52 extends k implements Function1 { +public final /* synthetic */ class StoreStream$initGatewaySocketListeners$52 extends k implements Function1 { public StoreStream$initGatewaySocketListeners$52(StoreStream storeStream) { - super(1, storeStream, StoreStream.class, "handleRequiredActionUpdate", "handleRequiredActionUpdate(Lcom/discord/api/requiredaction/UserRequiredActionUpdate;)V", 0); + super(1, storeStream, StoreStream.class, "handleStickersUpdate", "handleStickersUpdate(Lcom/discord/api/sticker/GuildStickersUpdate;)V", 0); } /* Return type fixed from 'java.lang.Object' to match base method */ /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */ @Override // kotlin.jvm.functions.Function1 - public /* bridge */ /* synthetic */ Unit invoke(UserRequiredActionUpdate userRequiredActionUpdate) { - invoke(userRequiredActionUpdate); + public /* bridge */ /* synthetic */ Unit invoke(GuildStickersUpdate guildStickersUpdate) { + invoke(guildStickersUpdate); return Unit.a; } - public final void invoke(UserRequiredActionUpdate userRequiredActionUpdate) { - m.checkNotNullParameter(userRequiredActionUpdate, "p1"); - StoreStream.access$handleRequiredActionUpdate((StoreStream) this.receiver, userRequiredActionUpdate); + public final void invoke(GuildStickersUpdate guildStickersUpdate) { + m.checkNotNullParameter(guildStickersUpdate, "p1"); + StoreStream.access$handleStickersUpdate((StoreStream) this.receiver, guildStickersUpdate); } } diff --git a/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$53.java b/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$53.java index dd49d5493a..54ca0abc29 100644 --- a/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$53.java +++ b/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$53.java @@ -1,26 +1,26 @@ package com.discord.stores; -import com.discord.models.domain.ModelGuildMemberListUpdate; +import com.discord.api.requiredaction.UserRequiredActionUpdate; import d0.z.d.k; import d0.z.d.m; import kotlin.Unit; import kotlin.jvm.functions.Function1; /* compiled from: StoreStream.kt */ -public final /* synthetic */ class StoreStream$initGatewaySocketListeners$53 extends k implements Function1 { +public final /* synthetic */ class StoreStream$initGatewaySocketListeners$53 extends k implements Function1 { public StoreStream$initGatewaySocketListeners$53(StoreStream storeStream) { - super(1, storeStream, StoreStream.class, "handleGuildMemberListUpdate", "handleGuildMemberListUpdate(Lcom/discord/models/domain/ModelGuildMemberListUpdate;)V", 0); + super(1, storeStream, StoreStream.class, "handleRequiredActionUpdate", "handleRequiredActionUpdate(Lcom/discord/api/requiredaction/UserRequiredActionUpdate;)V", 0); } /* Return type fixed from 'java.lang.Object' to match base method */ /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */ @Override // kotlin.jvm.functions.Function1 - public /* bridge */ /* synthetic */ Unit invoke(ModelGuildMemberListUpdate modelGuildMemberListUpdate) { - invoke(modelGuildMemberListUpdate); + public /* bridge */ /* synthetic */ Unit invoke(UserRequiredActionUpdate userRequiredActionUpdate) { + invoke(userRequiredActionUpdate); return Unit.a; } - public final void invoke(ModelGuildMemberListUpdate modelGuildMemberListUpdate) { - m.checkNotNullParameter(modelGuildMemberListUpdate, "p1"); - StoreStream.access$handleGuildMemberListUpdate((StoreStream) this.receiver, modelGuildMemberListUpdate); + public final void invoke(UserRequiredActionUpdate userRequiredActionUpdate) { + m.checkNotNullParameter(userRequiredActionUpdate, "p1"); + StoreStream.access$handleRequiredActionUpdate((StoreStream) this.receiver, userRequiredActionUpdate); } } diff --git a/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$54.java b/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$54.java index 42825aaf42..a4997ea624 100644 --- a/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$54.java +++ b/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$54.java @@ -1,27 +1,26 @@ package com.discord.stores; -import com.discord.models.domain.ModelSession; +import com.discord.models.domain.ModelGuildMemberListUpdate; import d0.z.d.k; import d0.z.d.m; -import java.util.List; import kotlin.Unit; import kotlin.jvm.functions.Function1; /* compiled from: StoreStream.kt */ -public final /* synthetic */ class StoreStream$initGatewaySocketListeners$54 extends k implements Function1, Unit> { +public final /* synthetic */ class StoreStream$initGatewaySocketListeners$54 extends k implements Function1 { public StoreStream$initGatewaySocketListeners$54(StoreStream storeStream) { - super(1, storeStream, StoreStream.class, "handleSessionsReplace", "handleSessionsReplace(Ljava/util/List;)V", 0); + super(1, storeStream, StoreStream.class, "handleGuildMemberListUpdate", "handleGuildMemberListUpdate(Lcom/discord/models/domain/ModelGuildMemberListUpdate;)V", 0); } /* Return type fixed from 'java.lang.Object' to match base method */ /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */ @Override // kotlin.jvm.functions.Function1 - public /* bridge */ /* synthetic */ Unit invoke(List list) { - invoke(list); + public /* bridge */ /* synthetic */ Unit invoke(ModelGuildMemberListUpdate modelGuildMemberListUpdate) { + invoke(modelGuildMemberListUpdate); return Unit.a; } - public final void invoke(List list) { - m.checkNotNullParameter(list, "p1"); - StoreStream.access$handleSessionsReplace((StoreStream) this.receiver, list); + public final void invoke(ModelGuildMemberListUpdate modelGuildMemberListUpdate) { + m.checkNotNullParameter(modelGuildMemberListUpdate, "p1"); + StoreStream.access$handleGuildMemberListUpdate((StoreStream) this.receiver, modelGuildMemberListUpdate); } } diff --git a/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$55.java b/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$55.java index 69a9c70c95..b8405d735a 100644 --- a/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$55.java +++ b/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$55.java @@ -1,27 +1,27 @@ package com.discord.stores; -import d0.z.d.o; +import com.discord.models.domain.ModelSession; +import d0.z.d.k; +import d0.z.d.m; +import java.util.List; import kotlin.Unit; import kotlin.jvm.functions.Function1; /* compiled from: StoreStream.kt */ -public final class StoreStream$initGatewaySocketListeners$55 extends o implements Function1 { - public final /* synthetic */ StoreStream this$0; - - /* JADX INFO: super call moved to the top of the method (can break code semantics) */ +public final /* synthetic */ class StoreStream$initGatewaySocketListeners$55 extends k implements Function1, Unit> { public StoreStream$initGatewaySocketListeners$55(StoreStream storeStream) { - super(1); - this.this$0 = storeStream; + super(1, storeStream, StoreStream.class, "handleSessionsReplace", "handleSessionsReplace(Ljava/util/List;)V", 0); } /* Return type fixed from 'java.lang.Object' to match base method */ /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */ @Override // kotlin.jvm.functions.Function1 - public /* bridge */ /* synthetic */ Unit invoke(Unit unit) { - invoke(unit); + public /* bridge */ /* synthetic */ Unit invoke(List list) { + invoke(list); return Unit.a; } - public final void invoke(Unit unit) { - StoreStream.access$handleUserPaymentSourcesUpdate(this.this$0); + public final void invoke(List list) { + m.checkNotNullParameter(list, "p1"); + StoreStream.access$handleSessionsReplace((StoreStream) this.receiver, list); } } diff --git a/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$56.java b/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$56.java index b1e32ceca0..52af8ab515 100644 --- a/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$56.java +++ b/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$56.java @@ -22,6 +22,6 @@ public final class StoreStream$initGatewaySocketListeners$56 extends o implement } public final void invoke(Unit unit) { - StoreStream.access$handleUserSubscriptionsUpdate(this.this$0); + StoreStream.access$handleUserPaymentSourcesUpdate(this.this$0); } } diff --git a/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$57.java b/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$57.java index 8b86f7a505..d328cff772 100644 --- a/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$57.java +++ b/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$57.java @@ -1,26 +1,27 @@ package com.discord.stores; -import com.discord.models.domain.StreamCreateOrUpdate; -import d0.z.d.k; -import d0.z.d.m; +import d0.z.d.o; import kotlin.Unit; import kotlin.jvm.functions.Function1; /* compiled from: StoreStream.kt */ -public final /* synthetic */ class StoreStream$initGatewaySocketListeners$57 extends k implements Function1 { +public final class StoreStream$initGatewaySocketListeners$57 extends o implements Function1 { + public final /* synthetic */ StoreStream this$0; + + /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public StoreStream$initGatewaySocketListeners$57(StoreStream storeStream) { - super(1, storeStream, StoreStream.class, "handleStreamCreate", "handleStreamCreate(Lcom/discord/models/domain/StreamCreateOrUpdate;)V", 0); + super(1); + this.this$0 = storeStream; } /* Return type fixed from 'java.lang.Object' to match base method */ /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */ @Override // kotlin.jvm.functions.Function1 - public /* bridge */ /* synthetic */ Unit invoke(StreamCreateOrUpdate streamCreateOrUpdate) { - invoke(streamCreateOrUpdate); + public /* bridge */ /* synthetic */ Unit invoke(Unit unit) { + invoke(unit); return Unit.a; } - public final void invoke(StreamCreateOrUpdate streamCreateOrUpdate) { - m.checkNotNullParameter(streamCreateOrUpdate, "p1"); - StoreStream.access$handleStreamCreate((StoreStream) this.receiver, streamCreateOrUpdate); + public final void invoke(Unit unit) { + StoreStream.access$handleUserSubscriptionsUpdate(this.this$0); } } diff --git a/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$58.java b/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$58.java index d2338a9ae7..4f796f00a0 100644 --- a/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$58.java +++ b/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$58.java @@ -8,7 +8,7 @@ import kotlin.jvm.functions.Function1; /* compiled from: StoreStream.kt */ public final /* synthetic */ class StoreStream$initGatewaySocketListeners$58 extends k implements Function1 { public StoreStream$initGatewaySocketListeners$58(StoreStream storeStream) { - super(1, storeStream, StoreStream.class, "handleStreamUpdate", "handleStreamUpdate(Lcom/discord/models/domain/StreamCreateOrUpdate;)V", 0); + super(1, storeStream, StoreStream.class, "handleStreamCreate", "handleStreamCreate(Lcom/discord/models/domain/StreamCreateOrUpdate;)V", 0); } /* Return type fixed from 'java.lang.Object' to match base method */ @@ -21,6 +21,6 @@ public final /* synthetic */ class StoreStream$initGatewaySocketListeners$58 ext public final void invoke(StreamCreateOrUpdate streamCreateOrUpdate) { m.checkNotNullParameter(streamCreateOrUpdate, "p1"); - StoreStream.access$handleStreamUpdate((StoreStream) this.receiver, streamCreateOrUpdate); + StoreStream.access$handleStreamCreate((StoreStream) this.receiver, streamCreateOrUpdate); } } diff --git a/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$59.java b/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$59.java index ee44fd490e..5317a3638d 100644 --- a/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$59.java +++ b/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$59.java @@ -1,31 +1,26 @@ package com.discord.stores; -import com.discord.models.domain.StreamDelete; +import com.discord.models.domain.StreamCreateOrUpdate; +import d0.z.d.k; import d0.z.d.m; -import d0.z.d.o; import kotlin.Unit; import kotlin.jvm.functions.Function1; /* compiled from: StoreStream.kt */ -public final class StoreStream$initGatewaySocketListeners$59 extends o implements Function1 { - public final /* synthetic */ StoreStream this$0; - - /* JADX INFO: super call moved to the top of the method (can break code semantics) */ +public final /* synthetic */ class StoreStream$initGatewaySocketListeners$59 extends k implements Function1 { public StoreStream$initGatewaySocketListeners$59(StoreStream storeStream) { - super(1); - this.this$0 = storeStream; + super(1, storeStream, StoreStream.class, "handleStreamUpdate", "handleStreamUpdate(Lcom/discord/models/domain/StreamCreateOrUpdate;)V", 0); } /* Return type fixed from 'java.lang.Object' to match base method */ /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */ @Override // kotlin.jvm.functions.Function1 - public /* bridge */ /* synthetic */ Unit invoke(StreamDelete streamDelete) { - invoke(streamDelete); + public /* bridge */ /* synthetic */ Unit invoke(StreamCreateOrUpdate streamCreateOrUpdate) { + invoke(streamCreateOrUpdate); return Unit.a; } - public final void invoke(StreamDelete streamDelete) { - StoreStream storeStream = this.this$0; - m.checkNotNullExpressionValue(streamDelete, "it"); - storeStream.handleStreamDelete(streamDelete, false); + public final void invoke(StreamCreateOrUpdate streamCreateOrUpdate) { + m.checkNotNullParameter(streamCreateOrUpdate, "p1"); + StoreStream.access$handleStreamUpdate((StoreStream) this.receiver, streamCreateOrUpdate); } } diff --git a/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$60.java b/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$60.java index 16f0115c0d..0245a087fc 100644 --- a/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$60.java +++ b/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$60.java @@ -1,26 +1,31 @@ package com.discord.stores; -import com.discord.models.domain.StreamServerUpdate; -import d0.z.d.k; +import com.discord.models.domain.StreamDelete; import d0.z.d.m; +import d0.z.d.o; import kotlin.Unit; import kotlin.jvm.functions.Function1; /* compiled from: StoreStream.kt */ -public final /* synthetic */ class StoreStream$initGatewaySocketListeners$60 extends k implements Function1 { +public final class StoreStream$initGatewaySocketListeners$60 extends o implements Function1 { + public final /* synthetic */ StoreStream this$0; + + /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public StoreStream$initGatewaySocketListeners$60(StoreStream storeStream) { - super(1, storeStream, StoreStream.class, "handleStreamServerUpdate", "handleStreamServerUpdate(Lcom/discord/models/domain/StreamServerUpdate;)V", 0); + super(1); + this.this$0 = storeStream; } /* Return type fixed from 'java.lang.Object' to match base method */ /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */ @Override // kotlin.jvm.functions.Function1 - public /* bridge */ /* synthetic */ Unit invoke(StreamServerUpdate streamServerUpdate) { - invoke(streamServerUpdate); + public /* bridge */ /* synthetic */ Unit invoke(StreamDelete streamDelete) { + invoke(streamDelete); return Unit.a; } - public final void invoke(StreamServerUpdate streamServerUpdate) { - m.checkNotNullParameter(streamServerUpdate, "p1"); - StoreStream.access$handleStreamServerUpdate((StoreStream) this.receiver, streamServerUpdate); + public final void invoke(StreamDelete streamDelete) { + StoreStream storeStream = this.this$0; + m.checkNotNullExpressionValue(streamDelete, "it"); + storeStream.handleStreamDelete(streamDelete, false); } } diff --git a/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$61.java b/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$61.java index 8c79a66b63..033080583e 100644 --- a/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$61.java +++ b/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$61.java @@ -1,26 +1,26 @@ package com.discord.stores; -import com.discord.api.interaction.InteractionStateUpdate; +import com.discord.models.domain.StreamServerUpdate; import d0.z.d.k; import d0.z.d.m; import kotlin.Unit; import kotlin.jvm.functions.Function1; /* compiled from: StoreStream.kt */ -public final /* synthetic */ class StoreStream$initGatewaySocketListeners$61 extends k implements Function1 { +public final /* synthetic */ class StoreStream$initGatewaySocketListeners$61 extends k implements Function1 { public StoreStream$initGatewaySocketListeners$61(StoreStream storeStream) { - super(1, storeStream, StoreStream.class, "handleInteractionCreate", "handleInteractionCreate(Lcom/discord/api/interaction/InteractionStateUpdate;)V", 0); + super(1, storeStream, StoreStream.class, "handleStreamServerUpdate", "handleStreamServerUpdate(Lcom/discord/models/domain/StreamServerUpdate;)V", 0); } /* Return type fixed from 'java.lang.Object' to match base method */ /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */ @Override // kotlin.jvm.functions.Function1 - public /* bridge */ /* synthetic */ Unit invoke(InteractionStateUpdate interactionStateUpdate) { - invoke(interactionStateUpdate); + public /* bridge */ /* synthetic */ Unit invoke(StreamServerUpdate streamServerUpdate) { + invoke(streamServerUpdate); return Unit.a; } - public final void invoke(InteractionStateUpdate interactionStateUpdate) { - m.checkNotNullParameter(interactionStateUpdate, "p1"); - StoreStream.access$handleInteractionCreate((StoreStream) this.receiver, interactionStateUpdate); + public final void invoke(StreamServerUpdate streamServerUpdate) { + m.checkNotNullParameter(streamServerUpdate, "p1"); + StoreStream.access$handleStreamServerUpdate((StoreStream) this.receiver, streamServerUpdate); } } diff --git a/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$62.java b/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$62.java index 5db2812ff1..df87f63217 100644 --- a/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$62.java +++ b/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$62.java @@ -8,7 +8,7 @@ import kotlin.jvm.functions.Function1; /* compiled from: StoreStream.kt */ public final /* synthetic */ class StoreStream$initGatewaySocketListeners$62 extends k implements Function1 { public StoreStream$initGatewaySocketListeners$62(StoreStream storeStream) { - super(1, storeStream, StoreStream.class, "handleInteractionSuccess", "handleInteractionSuccess(Lcom/discord/api/interaction/InteractionStateUpdate;)V", 0); + super(1, storeStream, StoreStream.class, "handleInteractionCreate", "handleInteractionCreate(Lcom/discord/api/interaction/InteractionStateUpdate;)V", 0); } /* Return type fixed from 'java.lang.Object' to match base method */ @@ -21,6 +21,6 @@ public final /* synthetic */ class StoreStream$initGatewaySocketListeners$62 ext public final void invoke(InteractionStateUpdate interactionStateUpdate) { m.checkNotNullParameter(interactionStateUpdate, "p1"); - StoreStream.access$handleInteractionSuccess((StoreStream) this.receiver, interactionStateUpdate); + StoreStream.access$handleInteractionCreate((StoreStream) this.receiver, interactionStateUpdate); } } diff --git a/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$63.java b/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$63.java index 65cda7c204..686109c707 100644 --- a/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$63.java +++ b/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$63.java @@ -8,7 +8,7 @@ import kotlin.jvm.functions.Function1; /* compiled from: StoreStream.kt */ public final /* synthetic */ class StoreStream$initGatewaySocketListeners$63 extends k implements Function1 { public StoreStream$initGatewaySocketListeners$63(StoreStream storeStream) { - super(1, storeStream, StoreStream.class, "handleInteractionFailure", "handleInteractionFailure(Lcom/discord/api/interaction/InteractionStateUpdate;)V", 0); + super(1, storeStream, StoreStream.class, "handleInteractionSuccess", "handleInteractionSuccess(Lcom/discord/api/interaction/InteractionStateUpdate;)V", 0); } /* Return type fixed from 'java.lang.Object' to match base method */ @@ -21,6 +21,6 @@ public final /* synthetic */ class StoreStream$initGatewaySocketListeners$63 ext public final void invoke(InteractionStateUpdate interactionStateUpdate) { m.checkNotNullParameter(interactionStateUpdate, "p1"); - ((StoreStream) this.receiver).handleInteractionFailure(interactionStateUpdate); + StoreStream.access$handleInteractionSuccess((StoreStream) this.receiver, interactionStateUpdate); } } diff --git a/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$64.java b/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$64.java index 0a551f724b..aa57e05973 100644 --- a/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$64.java +++ b/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$64.java @@ -1,26 +1,26 @@ package com.discord.stores; -import com.discord.api.commands.ApplicationCommandAutocompleteResult; +import com.discord.api.interaction.InteractionStateUpdate; import d0.z.d.k; import d0.z.d.m; import kotlin.Unit; import kotlin.jvm.functions.Function1; /* compiled from: StoreStream.kt */ -public final /* synthetic */ class StoreStream$initGatewaySocketListeners$64 extends k implements Function1 { +public final /* synthetic */ class StoreStream$initGatewaySocketListeners$64 extends k implements Function1 { public StoreStream$initGatewaySocketListeners$64(StoreStream storeStream) { - super(1, storeStream, StoreStream.class, "handleApplicationCommandAutocompleteResult", "handleApplicationCommandAutocompleteResult(Lcom/discord/api/commands/ApplicationCommandAutocompleteResult;)V", 0); + super(1, storeStream, StoreStream.class, "handleInteractionFailure", "handleInteractionFailure(Lcom/discord/api/interaction/InteractionStateUpdate;)V", 0); } /* Return type fixed from 'java.lang.Object' to match base method */ /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */ @Override // kotlin.jvm.functions.Function1 - public /* bridge */ /* synthetic */ Unit invoke(ApplicationCommandAutocompleteResult applicationCommandAutocompleteResult) { - invoke(applicationCommandAutocompleteResult); + public /* bridge */ /* synthetic */ Unit invoke(InteractionStateUpdate interactionStateUpdate) { + invoke(interactionStateUpdate); return Unit.a; } - public final void invoke(ApplicationCommandAutocompleteResult applicationCommandAutocompleteResult) { - m.checkNotNullParameter(applicationCommandAutocompleteResult, "p1"); - ((StoreStream) this.receiver).handleApplicationCommandAutocompleteResult(applicationCommandAutocompleteResult); + public final void invoke(InteractionStateUpdate interactionStateUpdate) { + m.checkNotNullParameter(interactionStateUpdate, "p1"); + ((StoreStream) this.receiver).handleInteractionFailure(interactionStateUpdate); } } diff --git a/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$65.java b/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$65.java index f6f0944ea6..4ced32a888 100644 --- a/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$65.java +++ b/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$65.java @@ -1,26 +1,26 @@ package com.discord.stores; -import com.discord.api.stageinstance.StageInstance; +import com.discord.api.commands.ApplicationCommandAutocompleteResult; import d0.z.d.k; import d0.z.d.m; import kotlin.Unit; import kotlin.jvm.functions.Function1; /* compiled from: StoreStream.kt */ -public final /* synthetic */ class StoreStream$initGatewaySocketListeners$65 extends k implements Function1 { +public final /* synthetic */ class StoreStream$initGatewaySocketListeners$65 extends k implements Function1 { public StoreStream$initGatewaySocketListeners$65(StoreStream storeStream) { - super(1, storeStream, StoreStream.class, "handleStageInstanceCreate", "handleStageInstanceCreate(Lcom/discord/api/stageinstance/StageInstance;)V", 0); + super(1, storeStream, StoreStream.class, "handleApplicationCommandAutocompleteResult", "handleApplicationCommandAutocompleteResult(Lcom/discord/api/commands/ApplicationCommandAutocompleteResult;)V", 0); } /* Return type fixed from 'java.lang.Object' to match base method */ /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */ @Override // kotlin.jvm.functions.Function1 - public /* bridge */ /* synthetic */ Unit invoke(StageInstance stageInstance) { - invoke(stageInstance); + public /* bridge */ /* synthetic */ Unit invoke(ApplicationCommandAutocompleteResult applicationCommandAutocompleteResult) { + invoke(applicationCommandAutocompleteResult); return Unit.a; } - public final void invoke(StageInstance stageInstance) { - m.checkNotNullParameter(stageInstance, "p1"); - ((StoreStream) this.receiver).handleStageInstanceCreate(stageInstance); + public final void invoke(ApplicationCommandAutocompleteResult applicationCommandAutocompleteResult) { + m.checkNotNullParameter(applicationCommandAutocompleteResult, "p1"); + ((StoreStream) this.receiver).handleApplicationCommandAutocompleteResult(applicationCommandAutocompleteResult); } } diff --git a/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$66.java b/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$66.java index 736862283c..c801445b6c 100644 --- a/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$66.java +++ b/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$66.java @@ -8,7 +8,7 @@ import kotlin.jvm.functions.Function1; /* compiled from: StoreStream.kt */ public final /* synthetic */ class StoreStream$initGatewaySocketListeners$66 extends k implements Function1 { public StoreStream$initGatewaySocketListeners$66(StoreStream storeStream) { - super(1, storeStream, StoreStream.class, "handleStageInstanceUpdate", "handleStageInstanceUpdate(Lcom/discord/api/stageinstance/StageInstance;)V", 0); + super(1, storeStream, StoreStream.class, "handleStageInstanceCreate", "handleStageInstanceCreate(Lcom/discord/api/stageinstance/StageInstance;)V", 0); } /* Return type fixed from 'java.lang.Object' to match base method */ @@ -21,6 +21,6 @@ public final /* synthetic */ class StoreStream$initGatewaySocketListeners$66 ext public final void invoke(StageInstance stageInstance) { m.checkNotNullParameter(stageInstance, "p1"); - ((StoreStream) this.receiver).handleStageInstanceUpdate(stageInstance); + ((StoreStream) this.receiver).handleStageInstanceCreate(stageInstance); } } diff --git a/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$67.java b/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$67.java index 0f80f123c3..d8c430af22 100644 --- a/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$67.java +++ b/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$67.java @@ -8,7 +8,7 @@ import kotlin.jvm.functions.Function1; /* compiled from: StoreStream.kt */ public final /* synthetic */ class StoreStream$initGatewaySocketListeners$67 extends k implements Function1 { public StoreStream$initGatewaySocketListeners$67(StoreStream storeStream) { - super(1, storeStream, StoreStream.class, "handleStageInstanceDelete", "handleStageInstanceDelete(Lcom/discord/api/stageinstance/StageInstance;)V", 0); + super(1, storeStream, StoreStream.class, "handleStageInstanceUpdate", "handleStageInstanceUpdate(Lcom/discord/api/stageinstance/StageInstance;)V", 0); } /* Return type fixed from 'java.lang.Object' to match base method */ @@ -21,6 +21,6 @@ public final /* synthetic */ class StoreStream$initGatewaySocketListeners$67 ext public final void invoke(StageInstance stageInstance) { m.checkNotNullParameter(stageInstance, "p1"); - ((StoreStream) this.receiver).handleStageInstanceDelete(stageInstance); + ((StoreStream) this.receiver).handleStageInstanceUpdate(stageInstance); } } diff --git a/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$68.java b/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$68.java index ffca789672..33446b6d2f 100644 --- a/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$68.java +++ b/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$68.java @@ -1,26 +1,26 @@ package com.discord.stores; -import com.discord.api.friendsuggestions.FriendSuggestion; +import com.discord.api.stageinstance.StageInstance; import d0.z.d.k; import d0.z.d.m; import kotlin.Unit; import kotlin.jvm.functions.Function1; /* compiled from: StoreStream.kt */ -public final /* synthetic */ class StoreStream$initGatewaySocketListeners$68 extends k implements Function1 { +public final /* synthetic */ class StoreStream$initGatewaySocketListeners$68 extends k implements Function1 { public StoreStream$initGatewaySocketListeners$68(StoreStream storeStream) { - super(1, storeStream, StoreStream.class, "handleFriendSuggestionCreate", "handleFriendSuggestionCreate(Lcom/discord/api/friendsuggestions/FriendSuggestion;)V", 0); + super(1, storeStream, StoreStream.class, "handleStageInstanceDelete", "handleStageInstanceDelete(Lcom/discord/api/stageinstance/StageInstance;)V", 0); } /* Return type fixed from 'java.lang.Object' to match base method */ /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */ @Override // kotlin.jvm.functions.Function1 - public /* bridge */ /* synthetic */ Unit invoke(FriendSuggestion friendSuggestion) { - invoke(friendSuggestion); + public /* bridge */ /* synthetic */ Unit invoke(StageInstance stageInstance) { + invoke(stageInstance); return Unit.a; } - public final void invoke(FriendSuggestion friendSuggestion) { - m.checkNotNullParameter(friendSuggestion, "p1"); - ((StoreStream) this.receiver).handleFriendSuggestionCreate(friendSuggestion); + public final void invoke(StageInstance stageInstance) { + m.checkNotNullParameter(stageInstance, "p1"); + ((StoreStream) this.receiver).handleStageInstanceDelete(stageInstance); } } diff --git a/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$69.java b/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$69.java index 3ec275da5c..5c44aacea8 100644 --- a/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$69.java +++ b/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$69.java @@ -1,26 +1,26 @@ package com.discord.stores; -import com.discord.api.friendsuggestions.FriendSuggestionDelete; +import com.discord.api.friendsuggestions.FriendSuggestion; import d0.z.d.k; import d0.z.d.m; import kotlin.Unit; import kotlin.jvm.functions.Function1; /* compiled from: StoreStream.kt */ -public final /* synthetic */ class StoreStream$initGatewaySocketListeners$69 extends k implements Function1 { +public final /* synthetic */ class StoreStream$initGatewaySocketListeners$69 extends k implements Function1 { public StoreStream$initGatewaySocketListeners$69(StoreStream storeStream) { - super(1, storeStream, StoreStream.class, "handleFriendSuggestionDelete", "handleFriendSuggestionDelete(Lcom/discord/api/friendsuggestions/FriendSuggestionDelete;)V", 0); + super(1, storeStream, StoreStream.class, "handleFriendSuggestionCreate", "handleFriendSuggestionCreate(Lcom/discord/api/friendsuggestions/FriendSuggestion;)V", 0); } /* Return type fixed from 'java.lang.Object' to match base method */ /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */ @Override // kotlin.jvm.functions.Function1 - public /* bridge */ /* synthetic */ Unit invoke(FriendSuggestionDelete friendSuggestionDelete) { - invoke(friendSuggestionDelete); + public /* bridge */ /* synthetic */ Unit invoke(FriendSuggestion friendSuggestion) { + invoke(friendSuggestion); return Unit.a; } - public final void invoke(FriendSuggestionDelete friendSuggestionDelete) { - m.checkNotNullParameter(friendSuggestionDelete, "p1"); - ((StoreStream) this.receiver).handleFriendSuggestionDelete(friendSuggestionDelete); + public final void invoke(FriendSuggestion friendSuggestion) { + m.checkNotNullParameter(friendSuggestion, "p1"); + ((StoreStream) this.receiver).handleFriendSuggestionCreate(friendSuggestion); } } diff --git a/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$70.java b/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$70.java index 0f00718c03..7734439074 100644 --- a/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$70.java +++ b/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$70.java @@ -1,26 +1,26 @@ package com.discord.stores; -import com.discord.api.guildscheduledevent.GuildScheduledEvent; +import com.discord.api.friendsuggestions.FriendSuggestionDelete; import d0.z.d.k; import d0.z.d.m; import kotlin.Unit; import kotlin.jvm.functions.Function1; /* compiled from: StoreStream.kt */ -public final /* synthetic */ class StoreStream$initGatewaySocketListeners$70 extends k implements Function1 { +public final /* synthetic */ class StoreStream$initGatewaySocketListeners$70 extends k implements Function1 { public StoreStream$initGatewaySocketListeners$70(StoreStream storeStream) { - super(1, storeStream, StoreStream.class, "handleGuildScheduledEventCreate", "handleGuildScheduledEventCreate(Lcom/discord/api/guildscheduledevent/GuildScheduledEvent;)V", 0); + super(1, storeStream, StoreStream.class, "handleFriendSuggestionDelete", "handleFriendSuggestionDelete(Lcom/discord/api/friendsuggestions/FriendSuggestionDelete;)V", 0); } /* Return type fixed from 'java.lang.Object' to match base method */ /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */ @Override // kotlin.jvm.functions.Function1 - public /* bridge */ /* synthetic */ Unit invoke(GuildScheduledEvent guildScheduledEvent) { - invoke(guildScheduledEvent); + public /* bridge */ /* synthetic */ Unit invoke(FriendSuggestionDelete friendSuggestionDelete) { + invoke(friendSuggestionDelete); return Unit.a; } - public final void invoke(GuildScheduledEvent guildScheduledEvent) { - m.checkNotNullParameter(guildScheduledEvent, "p1"); - StoreStream.access$handleGuildScheduledEventCreate((StoreStream) this.receiver, guildScheduledEvent); + public final void invoke(FriendSuggestionDelete friendSuggestionDelete) { + m.checkNotNullParameter(friendSuggestionDelete, "p1"); + ((StoreStream) this.receiver).handleFriendSuggestionDelete(friendSuggestionDelete); } } diff --git a/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$71.java b/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$71.java index 3c11033c82..6df156f5d4 100644 --- a/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$71.java +++ b/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$71.java @@ -8,7 +8,7 @@ import kotlin.jvm.functions.Function1; /* compiled from: StoreStream.kt */ public final /* synthetic */ class StoreStream$initGatewaySocketListeners$71 extends k implements Function1 { public StoreStream$initGatewaySocketListeners$71(StoreStream storeStream) { - super(1, storeStream, StoreStream.class, "handleGuildScheduledEventUpdate", "handleGuildScheduledEventUpdate(Lcom/discord/api/guildscheduledevent/GuildScheduledEvent;)V", 0); + super(1, storeStream, StoreStream.class, "handleGuildScheduledEventCreate", "handleGuildScheduledEventCreate(Lcom/discord/api/guildscheduledevent/GuildScheduledEvent;)V", 0); } /* Return type fixed from 'java.lang.Object' to match base method */ @@ -21,6 +21,6 @@ public final /* synthetic */ class StoreStream$initGatewaySocketListeners$71 ext public final void invoke(GuildScheduledEvent guildScheduledEvent) { m.checkNotNullParameter(guildScheduledEvent, "p1"); - StoreStream.access$handleGuildScheduledEventUpdate((StoreStream) this.receiver, guildScheduledEvent); + StoreStream.access$handleGuildScheduledEventCreate((StoreStream) this.receiver, guildScheduledEvent); } } diff --git a/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$72.java b/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$72.java index f60f5af286..ff47046980 100644 --- a/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$72.java +++ b/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$72.java @@ -8,7 +8,7 @@ import kotlin.jvm.functions.Function1; /* compiled from: StoreStream.kt */ public final /* synthetic */ class StoreStream$initGatewaySocketListeners$72 extends k implements Function1 { public StoreStream$initGatewaySocketListeners$72(StoreStream storeStream) { - super(1, storeStream, StoreStream.class, "handleGuildScheduledEventDelete", "handleGuildScheduledEventDelete(Lcom/discord/api/guildscheduledevent/GuildScheduledEvent;)V", 0); + super(1, storeStream, StoreStream.class, "handleGuildScheduledEventUpdate", "handleGuildScheduledEventUpdate(Lcom/discord/api/guildscheduledevent/GuildScheduledEvent;)V", 0); } /* Return type fixed from 'java.lang.Object' to match base method */ @@ -21,6 +21,6 @@ public final /* synthetic */ class StoreStream$initGatewaySocketListeners$72 ext public final void invoke(GuildScheduledEvent guildScheduledEvent) { m.checkNotNullParameter(guildScheduledEvent, "p1"); - StoreStream.access$handleGuildScheduledEventDelete((StoreStream) this.receiver, guildScheduledEvent); + StoreStream.access$handleGuildScheduledEventUpdate((StoreStream) this.receiver, guildScheduledEvent); } } diff --git a/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$73.java b/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$73.java index 0d9d404408..e47a2b8c73 100644 --- a/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$73.java +++ b/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$73.java @@ -1,26 +1,26 @@ package com.discord.stores; -import com.discord.api.guildscheduledevent.GuildScheduledEventUserUpdate; +import com.discord.api.guildscheduledevent.GuildScheduledEvent; import d0.z.d.k; import d0.z.d.m; import kotlin.Unit; import kotlin.jvm.functions.Function1; /* compiled from: StoreStream.kt */ -public final /* synthetic */ class StoreStream$initGatewaySocketListeners$73 extends k implements Function1 { +public final /* synthetic */ class StoreStream$initGatewaySocketListeners$73 extends k implements Function1 { public StoreStream$initGatewaySocketListeners$73(StoreStream storeStream) { - super(1, storeStream, StoreStream.class, "guildScheduledEventUserAdd", "guildScheduledEventUserAdd(Lcom/discord/api/guildscheduledevent/GuildScheduledEventUserUpdate;)V", 0); + super(1, storeStream, StoreStream.class, "handleGuildScheduledEventDelete", "handleGuildScheduledEventDelete(Lcom/discord/api/guildscheduledevent/GuildScheduledEvent;)V", 0); } /* Return type fixed from 'java.lang.Object' to match base method */ /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */ @Override // kotlin.jvm.functions.Function1 - public /* bridge */ /* synthetic */ Unit invoke(GuildScheduledEventUserUpdate guildScheduledEventUserUpdate) { - invoke(guildScheduledEventUserUpdate); + public /* bridge */ /* synthetic */ Unit invoke(GuildScheduledEvent guildScheduledEvent) { + invoke(guildScheduledEvent); return Unit.a; } - public final void invoke(GuildScheduledEventUserUpdate guildScheduledEventUserUpdate) { - m.checkNotNullParameter(guildScheduledEventUserUpdate, "p1"); - StoreStream.access$guildScheduledEventUserAdd((StoreStream) this.receiver, guildScheduledEventUserUpdate); + public final void invoke(GuildScheduledEvent guildScheduledEvent) { + m.checkNotNullParameter(guildScheduledEvent, "p1"); + StoreStream.access$handleGuildScheduledEventDelete((StoreStream) this.receiver, guildScheduledEvent); } } diff --git a/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$74.java b/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$74.java index 6447828c17..6fac4492df 100644 --- a/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$74.java +++ b/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$74.java @@ -8,7 +8,7 @@ import kotlin.jvm.functions.Function1; /* compiled from: StoreStream.kt */ public final /* synthetic */ class StoreStream$initGatewaySocketListeners$74 extends k implements Function1 { public StoreStream$initGatewaySocketListeners$74(StoreStream storeStream) { - super(1, storeStream, StoreStream.class, "guildScheduledEventUserRemove", "guildScheduledEventUserRemove(Lcom/discord/api/guildscheduledevent/GuildScheduledEventUserUpdate;)V", 0); + super(1, storeStream, StoreStream.class, "guildScheduledEventUserAdd", "guildScheduledEventUserAdd(Lcom/discord/api/guildscheduledevent/GuildScheduledEventUserUpdate;)V", 0); } /* Return type fixed from 'java.lang.Object' to match base method */ @@ -21,6 +21,6 @@ public final /* synthetic */ class StoreStream$initGatewaySocketListeners$74 ext public final void invoke(GuildScheduledEventUserUpdate guildScheduledEventUserUpdate) { m.checkNotNullParameter(guildScheduledEventUserUpdate, "p1"); - StoreStream.access$guildScheduledEventUserRemove((StoreStream) this.receiver, guildScheduledEventUserUpdate); + StoreStream.access$guildScheduledEventUserAdd((StoreStream) this.receiver, guildScheduledEventUserUpdate); } } diff --git a/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$75.java b/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$75.java index 838b408e0c..de6666dfbe 100644 --- a/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$75.java +++ b/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$75.java @@ -1,26 +1,26 @@ package com.discord.stores; -import com.discord.api.embeddedactivities.EmbeddedActivityInboundUpdate; +import com.discord.api.guildscheduledevent.GuildScheduledEventUserUpdate; import d0.z.d.k; import d0.z.d.m; import kotlin.Unit; import kotlin.jvm.functions.Function1; /* compiled from: StoreStream.kt */ -public final /* synthetic */ class StoreStream$initGatewaySocketListeners$75 extends k implements Function1 { +public final /* synthetic */ class StoreStream$initGatewaySocketListeners$75 extends k implements Function1 { public StoreStream$initGatewaySocketListeners$75(StoreStream storeStream) { - super(1, storeStream, StoreStream.class, "handleEmbeddedActivityInboundUpdate", "handleEmbeddedActivityInboundUpdate(Lcom/discord/api/embeddedactivities/EmbeddedActivityInboundUpdate;)V", 0); + super(1, storeStream, StoreStream.class, "guildScheduledEventUserRemove", "guildScheduledEventUserRemove(Lcom/discord/api/guildscheduledevent/GuildScheduledEventUserUpdate;)V", 0); } /* Return type fixed from 'java.lang.Object' to match base method */ /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */ @Override // kotlin.jvm.functions.Function1 - public /* bridge */ /* synthetic */ Unit invoke(EmbeddedActivityInboundUpdate embeddedActivityInboundUpdate) { - invoke(embeddedActivityInboundUpdate); + public /* bridge */ /* synthetic */ Unit invoke(GuildScheduledEventUserUpdate guildScheduledEventUserUpdate) { + invoke(guildScheduledEventUserUpdate); return Unit.a; } - public final void invoke(EmbeddedActivityInboundUpdate embeddedActivityInboundUpdate) { - m.checkNotNullParameter(embeddedActivityInboundUpdate, "p1"); - StoreStream.access$handleEmbeddedActivityInboundUpdate((StoreStream) this.receiver, embeddedActivityInboundUpdate); + public final void invoke(GuildScheduledEventUserUpdate guildScheduledEventUserUpdate) { + m.checkNotNullParameter(guildScheduledEventUserUpdate, "p1"); + StoreStream.access$guildScheduledEventUserRemove((StoreStream) this.receiver, guildScheduledEventUserUpdate); } } diff --git a/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$76.java b/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$76.java new file mode 100644 index 0000000000..f5d6d4899e --- /dev/null +++ b/app/src/main/java/com/discord/stores/StoreStream$initGatewaySocketListeners$76.java @@ -0,0 +1,26 @@ +package com.discord.stores; + +import com.discord.api.embeddedactivities.EmbeddedActivityInboundUpdate; +import d0.z.d.k; +import d0.z.d.m; +import kotlin.Unit; +import kotlin.jvm.functions.Function1; +/* compiled from: StoreStream.kt */ +public final /* synthetic */ class StoreStream$initGatewaySocketListeners$76 extends k implements Function1 { + public StoreStream$initGatewaySocketListeners$76(StoreStream storeStream) { + super(1, storeStream, StoreStream.class, "handleEmbeddedActivityInboundUpdate", "handleEmbeddedActivityInboundUpdate(Lcom/discord/api/embeddedactivities/EmbeddedActivityInboundUpdate;)V", 0); + } + + /* Return type fixed from 'java.lang.Object' to match base method */ + /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */ + @Override // kotlin.jvm.functions.Function1 + public /* bridge */ /* synthetic */ Unit invoke(EmbeddedActivityInboundUpdate embeddedActivityInboundUpdate) { + invoke(embeddedActivityInboundUpdate); + return Unit.a; + } + + public final void invoke(EmbeddedActivityInboundUpdate embeddedActivityInboundUpdate) { + m.checkNotNullParameter(embeddedActivityInboundUpdate, "p1"); + StoreStream.access$handleEmbeddedActivityInboundUpdate((StoreStream) this.receiver, embeddedActivityInboundUpdate); + } +} diff --git a/app/src/main/java/com/discord/stores/StoreStream.java b/app/src/main/java/com/discord/stores/StoreStream.java index 557892f337..6e3f8ed784 100644 --- a/app/src/main/java/com/discord/stores/StoreStream.java +++ b/app/src/main/java/com/discord/stores/StoreStream.java @@ -17,6 +17,7 @@ import com.discord.api.guild.Guild; import com.discord.api.guild.welcome.GuildWelcomeScreen; import com.discord.api.guildhash.GuildHashes; import com.discord.api.guildjoinrequest.GuildJoinRequestCreateOrUpdate; +import com.discord.api.guildjoinrequest.GuildJoinRequestDelete; import com.discord.api.guildmember.GuildMember; import com.discord.api.guildmember.GuildMemberRemove; import com.discord.api.guildmember.GuildMembersChunk; @@ -2609,66 +2610,67 @@ public final class StoreStream { dispatchSubscribe(this.gatewaySocket.getGuildIntegrationsUpdate(), "streamGuildIntegrationUpdate", new StoreStream$initGatewaySocketListeners$13(this)); dispatchSubscribe(this.gatewaySocket.getGuildMembersAdd(), "streamGuildMemberAdd", new StoreStream$initGatewaySocketListeners$14(this)); dispatchSubscribe(this.gatewaySocket.getGuildJoinRequestCreateOrUpdate(), "streamGuildJoinRequestCreateOrUpdate", new StoreStream$initGatewaySocketListeners$15(this)); - dispatchSubscribe(this.gatewaySocket.getGuildMembersChunk(), "streamGuildMemberChunk", new StoreStream$initGatewaySocketListeners$16(this)); - dispatchSubscribe(this.gatewaySocket.getGuildMemberRemove(), "streamGuildMemberRemove", new StoreStream$initGatewaySocketListeners$17(this)); - dispatchSubscribe(this.gatewaySocket.getChannelCreateOrUpdate(), "streamChannelCreateOrUpdate", new StoreStream$initGatewaySocketListeners$18(this)); - dispatchSubscribe(this.gatewaySocket.getChannelDeleted(), "streamChannelDelete", new StoreStream$initGatewaySocketListeners$19(this)); - dispatchSubscribe(this.gatewaySocket.getChannelUnreadUpdate(), "streamChannelUnreadUpdate", new StoreStream$initGatewaySocketListeners$20(this)); - dispatchSubscribe(this.gatewaySocket.getThreadCreateOrUpdate(), "streamThreadCreateOrUpdate", new StoreStream$initGatewaySocketListeners$21(this)); - dispatchSubscribe(this.gatewaySocket.getThreadDelete(), "streamThreadDelete", new StoreStream$initGatewaySocketListeners$22(this)); - dispatchSubscribe(this.gatewaySocket.getThreadListSync(), "streamThreadListSync", new StoreStream$initGatewaySocketListeners$23(this)); - dispatchSubscribe(this.gatewaySocket.getThreadMemberUpdate(), "streamThreadMemberUpdate", new StoreStream$initGatewaySocketListeners$24(this)); - dispatchSubscribe(this.gatewaySocket.getThreadMembersUpdate(), "streamThreadMembersUpdate", new StoreStream$initGatewaySocketListeners$25(this)); - dispatchSubscribe(this.gatewaySocket.getThreadMemberListUpdate(), "threadMemberListUpdate", new StoreStream$initGatewaySocketListeners$26(this)); - dispatchSubscribe(this.gatewaySocket.getUserUpdate(), "streamUserUpdated", new StoreStream$initGatewaySocketListeners$27(this)); - dispatchSubscribe(this.gatewaySocket.getUserNoteUpdate(), "handleUserNoteUpdated", new StoreStream$initGatewaySocketListeners$28(this)); - dispatchSubscribe(this.gatewaySocket.getRelationshipAdd(), "streamRelationshipAdd", new StoreStream$initGatewaySocketListeners$29(this)); - dispatchSubscribe(this.gatewaySocket.getRelationshipRemove(), "streamRelationshipRemove", new StoreStream$initGatewaySocketListeners$30(this)); - dispatchSubscribe(this.gatewaySocket.getMessageUpdate(), "streamMessageUpdate", new StoreStream$initGatewaySocketListeners$31(this)); - dispatchSubscribe(this.gatewaySocket.getMessageCreate(), "streamMessageCreate", new StoreStream$initGatewaySocketListeners$32(this)); - dispatchSubscribe(this.gatewaySocket.getMessageReactionAdd(), "streamReactionAdd", new StoreStream$initGatewaySocketListeners$33(this)); - dispatchSubscribe(this.gatewaySocket.getMessageReactionRemove(), "streamReactionRemove", new StoreStream$initGatewaySocketListeners$34(this)); - dispatchSubscribe(this.gatewaySocket.getMessageReactionRemoveEmoji(), "streamMessageRemoveEmoji", new StoreStream$initGatewaySocketListeners$35(this)); - dispatchSubscribe(this.gatewaySocket.getMessageReactionRemoveAll(), "streamMessageRemoveAll", new StoreStream$initGatewaySocketListeners$36(this)); - dispatchSubscribe(this.gatewaySocket.getMessageDelete(), "streamMessageDelete", new StoreStream$initGatewaySocketListeners$37(this)); - dispatchSubscribe(this.gatewaySocket.getMessageAck(), "streamMessageAck", new StoreStream$initGatewaySocketListeners$38(this)); - dispatchSubscribe(this.gatewaySocket.getVoiceStateUpdate(), "streamVoiceStateUpdate", new StoreStream$initGatewaySocketListeners$39(this)); - dispatchSubscribe(this.gatewaySocket.getVoiceServerUpdate(), "streamVoiceServerUpdate", new StoreStream$initGatewaySocketListeners$40(this)); - dispatchSubscribe(this.gatewaySocket.getUserGuildSettingsUpdate(), "streamGuildSettingUpdated", new StoreStream$initGatewaySocketListeners$41(this)); - dispatchSubscribe(this.gatewaySocket.getUserSettingsUpdate(), "streamUserSettingsUpdate", new StoreStream$initGatewaySocketListeners$42(this)); - dispatchSubscribe(this.gatewaySocket.getTypingStart(), "streamTypingStart", new StoreStream$initGatewaySocketListeners$43(this)); - dispatchSubscribe(this.gatewaySocket.getPresenceUpdate(), "streamPresenceUpdate", new StoreStream$initGatewaySocketListeners$44(this)); - dispatchSubscribe(this.gatewaySocket.getPresenceReplace(), "streamPresenceReplace", new StoreStream$initGatewaySocketListeners$45(this)); - dispatchSubscribe(this.gatewaySocket.getChannelRecipientAdd(), "streamGroupDMRecipientAdd", new StoreStream$initGatewaySocketListeners$46(this)); - dispatchSubscribe(this.gatewaySocket.getChannelRecipientRemove(), "streamGroupDMRecipientRemove", new StoreStream$initGatewaySocketListeners$47(this)); - dispatchSubscribe(this.gatewaySocket.getCallDelete(), "streamCallDelete", new StoreStream$initGatewaySocketListeners$48(this)); - dispatchSubscribe(this.gatewaySocket.getCallCreateOrUpdate(), "streamCallCreateOrUpdate", new StoreStream$initGatewaySocketListeners$49(this)); - dispatchSubscribe(this.gatewaySocket.getGuildEmojisUpdate(), "streamEmojisUpdate", new StoreStream$initGatewaySocketListeners$50(this)); - dispatchSubscribe(this.gatewaySocket.getGuildStickersUpdate(), "streamStickersUpdate", new StoreStream$initGatewaySocketListeners$51(this)); - dispatchSubscribe(this.gatewaySocket.getUserRequiredActionUpdate(), "streamUserRequiredActionUpdate", new StoreStream$initGatewaySocketListeners$52(this)); - dispatchSubscribe(this.gatewaySocket.getGuildMemberListUpdate(), "guildMemberListUpdate", new StoreStream$initGatewaySocketListeners$53(this)); - dispatchSubscribe(this.gatewaySocket.getSessionsReplace(), "streamSessionsReplace", new StoreStream$initGatewaySocketListeners$54(this)); - dispatchSubscribe(this.gatewaySocket.getUserPaymentSourcesUpdate(), "streamUserPaymentSourcesUpdate", new StoreStream$initGatewaySocketListeners$55(this)); - dispatchSubscribe(this.gatewaySocket.getUserSubscriptionsUpdate(), "streamUserSubscriptionsUpdate", new StoreStream$initGatewaySocketListeners$56(this)); - dispatchSubscribe(this.gatewaySocket.getStreamCreate(), "streamStreamCreate", new StoreStream$initGatewaySocketListeners$57(this)); - dispatchSubscribe(this.gatewaySocket.getStreamUpdate(), "streamStreamUpdate", new StoreStream$initGatewaySocketListeners$58(this)); - dispatchSubscribe(this.gatewaySocket.getStreamDelete(), "streamStreamDelete", new StoreStream$initGatewaySocketListeners$59(this)); - dispatchSubscribe(this.gatewaySocket.getStreamServerUpdate(), "streamStreamServerUpdate", new StoreStream$initGatewaySocketListeners$60(this)); - dispatchSubscribe(this.gatewaySocket.getInteractionCreate(), "interactionCreate", new StoreStream$initGatewaySocketListeners$61(this)); - dispatchSubscribe(this.gatewaySocket.getInteractionSuccess(), "interactionSuccess", new StoreStream$initGatewaySocketListeners$62(this)); - dispatchSubscribe(this.gatewaySocket.getInteractionFailure(), "interactionFailure", new StoreStream$initGatewaySocketListeners$63(this)); - dispatchSubscribe(this.gatewaySocket.getApplicationCommandAutocompleteResult(), "applicationCommandAutocompleteResult", new StoreStream$initGatewaySocketListeners$64(this)); - dispatchSubscribe(this.gatewaySocket.getStageInstanceCreate(), "stageInstanceCreate", new StoreStream$initGatewaySocketListeners$65(this)); - dispatchSubscribe(this.gatewaySocket.getStageInstanceUpdate(), "stageInstanceUpdate", new StoreStream$initGatewaySocketListeners$66(this)); - dispatchSubscribe(this.gatewaySocket.getStageInstanceDelete(), "stageInstanceDelete", new StoreStream$initGatewaySocketListeners$67(this)); - dispatchSubscribe(this.gatewaySocket.getFriendSuggestionCreate(), "friendSuggestionCreate", new StoreStream$initGatewaySocketListeners$68(this)); - dispatchSubscribe(this.gatewaySocket.getFriendSuggestionDelete(), "friendSuggestionDelete", new StoreStream$initGatewaySocketListeners$69(this)); - dispatchSubscribe(this.gatewaySocket.getGuildScheduledEventCreate(), "guildScheduledEventCreate", new StoreStream$initGatewaySocketListeners$70(this)); - dispatchSubscribe(this.gatewaySocket.getGuildScheduledEventUpdate(), "guildScheduledEventUpdate", new StoreStream$initGatewaySocketListeners$71(this)); - dispatchSubscribe(this.gatewaySocket.getGuildScheduledEventDelete(), "guildScheduledEventDelete", new StoreStream$initGatewaySocketListeners$72(this)); - dispatchSubscribe(this.gatewaySocket.getGuildScheduledEventUserAdd(), "guildScheduledEventUserAdd", new StoreStream$initGatewaySocketListeners$73(this)); - dispatchSubscribe(this.gatewaySocket.getGuildScheduledEventUserRemove(), "guildScheduledEventUserRemove", new StoreStream$initGatewaySocketListeners$74(this)); - dispatchSubscribe(this.gatewaySocket.getEmbeddedActivityInboundUpdate(), "embeddedActivityInboundUpdate", new StoreStream$initGatewaySocketListeners$75(this)); + dispatchSubscribe(this.gatewaySocket.getGuildJoinRequestDelete(), "streamGuildJoinRequestDelete", new StoreStream$initGatewaySocketListeners$16(this)); + dispatchSubscribe(this.gatewaySocket.getGuildMembersChunk(), "streamGuildMemberChunk", new StoreStream$initGatewaySocketListeners$17(this)); + dispatchSubscribe(this.gatewaySocket.getGuildMemberRemove(), "streamGuildMemberRemove", new StoreStream$initGatewaySocketListeners$18(this)); + dispatchSubscribe(this.gatewaySocket.getChannelCreateOrUpdate(), "streamChannelCreateOrUpdate", new StoreStream$initGatewaySocketListeners$19(this)); + dispatchSubscribe(this.gatewaySocket.getChannelDeleted(), "streamChannelDelete", new StoreStream$initGatewaySocketListeners$20(this)); + dispatchSubscribe(this.gatewaySocket.getChannelUnreadUpdate(), "streamChannelUnreadUpdate", new StoreStream$initGatewaySocketListeners$21(this)); + dispatchSubscribe(this.gatewaySocket.getThreadCreateOrUpdate(), "streamThreadCreateOrUpdate", new StoreStream$initGatewaySocketListeners$22(this)); + dispatchSubscribe(this.gatewaySocket.getThreadDelete(), "streamThreadDelete", new StoreStream$initGatewaySocketListeners$23(this)); + dispatchSubscribe(this.gatewaySocket.getThreadListSync(), "streamThreadListSync", new StoreStream$initGatewaySocketListeners$24(this)); + dispatchSubscribe(this.gatewaySocket.getThreadMemberUpdate(), "streamThreadMemberUpdate", new StoreStream$initGatewaySocketListeners$25(this)); + dispatchSubscribe(this.gatewaySocket.getThreadMembersUpdate(), "streamThreadMembersUpdate", new StoreStream$initGatewaySocketListeners$26(this)); + dispatchSubscribe(this.gatewaySocket.getThreadMemberListUpdate(), "threadMemberListUpdate", new StoreStream$initGatewaySocketListeners$27(this)); + dispatchSubscribe(this.gatewaySocket.getUserUpdate(), "streamUserUpdated", new StoreStream$initGatewaySocketListeners$28(this)); + dispatchSubscribe(this.gatewaySocket.getUserNoteUpdate(), "handleUserNoteUpdated", new StoreStream$initGatewaySocketListeners$29(this)); + dispatchSubscribe(this.gatewaySocket.getRelationshipAdd(), "streamRelationshipAdd", new StoreStream$initGatewaySocketListeners$30(this)); + dispatchSubscribe(this.gatewaySocket.getRelationshipRemove(), "streamRelationshipRemove", new StoreStream$initGatewaySocketListeners$31(this)); + dispatchSubscribe(this.gatewaySocket.getMessageUpdate(), "streamMessageUpdate", new StoreStream$initGatewaySocketListeners$32(this)); + dispatchSubscribe(this.gatewaySocket.getMessageCreate(), "streamMessageCreate", new StoreStream$initGatewaySocketListeners$33(this)); + dispatchSubscribe(this.gatewaySocket.getMessageReactionAdd(), "streamReactionAdd", new StoreStream$initGatewaySocketListeners$34(this)); + dispatchSubscribe(this.gatewaySocket.getMessageReactionRemove(), "streamReactionRemove", new StoreStream$initGatewaySocketListeners$35(this)); + dispatchSubscribe(this.gatewaySocket.getMessageReactionRemoveEmoji(), "streamMessageRemoveEmoji", new StoreStream$initGatewaySocketListeners$36(this)); + dispatchSubscribe(this.gatewaySocket.getMessageReactionRemoveAll(), "streamMessageRemoveAll", new StoreStream$initGatewaySocketListeners$37(this)); + dispatchSubscribe(this.gatewaySocket.getMessageDelete(), "streamMessageDelete", new StoreStream$initGatewaySocketListeners$38(this)); + dispatchSubscribe(this.gatewaySocket.getMessageAck(), "streamMessageAck", new StoreStream$initGatewaySocketListeners$39(this)); + dispatchSubscribe(this.gatewaySocket.getVoiceStateUpdate(), "streamVoiceStateUpdate", new StoreStream$initGatewaySocketListeners$40(this)); + dispatchSubscribe(this.gatewaySocket.getVoiceServerUpdate(), "streamVoiceServerUpdate", new StoreStream$initGatewaySocketListeners$41(this)); + dispatchSubscribe(this.gatewaySocket.getUserGuildSettingsUpdate(), "streamGuildSettingUpdated", new StoreStream$initGatewaySocketListeners$42(this)); + dispatchSubscribe(this.gatewaySocket.getUserSettingsUpdate(), "streamUserSettingsUpdate", new StoreStream$initGatewaySocketListeners$43(this)); + dispatchSubscribe(this.gatewaySocket.getTypingStart(), "streamTypingStart", new StoreStream$initGatewaySocketListeners$44(this)); + dispatchSubscribe(this.gatewaySocket.getPresenceUpdate(), "streamPresenceUpdate", new StoreStream$initGatewaySocketListeners$45(this)); + dispatchSubscribe(this.gatewaySocket.getPresenceReplace(), "streamPresenceReplace", new StoreStream$initGatewaySocketListeners$46(this)); + dispatchSubscribe(this.gatewaySocket.getChannelRecipientAdd(), "streamGroupDMRecipientAdd", new StoreStream$initGatewaySocketListeners$47(this)); + dispatchSubscribe(this.gatewaySocket.getChannelRecipientRemove(), "streamGroupDMRecipientRemove", new StoreStream$initGatewaySocketListeners$48(this)); + dispatchSubscribe(this.gatewaySocket.getCallDelete(), "streamCallDelete", new StoreStream$initGatewaySocketListeners$49(this)); + dispatchSubscribe(this.gatewaySocket.getCallCreateOrUpdate(), "streamCallCreateOrUpdate", new StoreStream$initGatewaySocketListeners$50(this)); + dispatchSubscribe(this.gatewaySocket.getGuildEmojisUpdate(), "streamEmojisUpdate", new StoreStream$initGatewaySocketListeners$51(this)); + dispatchSubscribe(this.gatewaySocket.getGuildStickersUpdate(), "streamStickersUpdate", new StoreStream$initGatewaySocketListeners$52(this)); + dispatchSubscribe(this.gatewaySocket.getUserRequiredActionUpdate(), "streamUserRequiredActionUpdate", new StoreStream$initGatewaySocketListeners$53(this)); + dispatchSubscribe(this.gatewaySocket.getGuildMemberListUpdate(), "guildMemberListUpdate", new StoreStream$initGatewaySocketListeners$54(this)); + dispatchSubscribe(this.gatewaySocket.getSessionsReplace(), "streamSessionsReplace", new StoreStream$initGatewaySocketListeners$55(this)); + dispatchSubscribe(this.gatewaySocket.getUserPaymentSourcesUpdate(), "streamUserPaymentSourcesUpdate", new StoreStream$initGatewaySocketListeners$56(this)); + dispatchSubscribe(this.gatewaySocket.getUserSubscriptionsUpdate(), "streamUserSubscriptionsUpdate", new StoreStream$initGatewaySocketListeners$57(this)); + dispatchSubscribe(this.gatewaySocket.getStreamCreate(), "streamStreamCreate", new StoreStream$initGatewaySocketListeners$58(this)); + dispatchSubscribe(this.gatewaySocket.getStreamUpdate(), "streamStreamUpdate", new StoreStream$initGatewaySocketListeners$59(this)); + dispatchSubscribe(this.gatewaySocket.getStreamDelete(), "streamStreamDelete", new StoreStream$initGatewaySocketListeners$60(this)); + dispatchSubscribe(this.gatewaySocket.getStreamServerUpdate(), "streamStreamServerUpdate", new StoreStream$initGatewaySocketListeners$61(this)); + dispatchSubscribe(this.gatewaySocket.getInteractionCreate(), "interactionCreate", new StoreStream$initGatewaySocketListeners$62(this)); + dispatchSubscribe(this.gatewaySocket.getInteractionSuccess(), "interactionSuccess", new StoreStream$initGatewaySocketListeners$63(this)); + dispatchSubscribe(this.gatewaySocket.getInteractionFailure(), "interactionFailure", new StoreStream$initGatewaySocketListeners$64(this)); + dispatchSubscribe(this.gatewaySocket.getApplicationCommandAutocompleteResult(), "applicationCommandAutocompleteResult", new StoreStream$initGatewaySocketListeners$65(this)); + dispatchSubscribe(this.gatewaySocket.getStageInstanceCreate(), "stageInstanceCreate", new StoreStream$initGatewaySocketListeners$66(this)); + dispatchSubscribe(this.gatewaySocket.getStageInstanceUpdate(), "stageInstanceUpdate", new StoreStream$initGatewaySocketListeners$67(this)); + dispatchSubscribe(this.gatewaySocket.getStageInstanceDelete(), "stageInstanceDelete", new StoreStream$initGatewaySocketListeners$68(this)); + dispatchSubscribe(this.gatewaySocket.getFriendSuggestionCreate(), "friendSuggestionCreate", new StoreStream$initGatewaySocketListeners$69(this)); + dispatchSubscribe(this.gatewaySocket.getFriendSuggestionDelete(), "friendSuggestionDelete", new StoreStream$initGatewaySocketListeners$70(this)); + dispatchSubscribe(this.gatewaySocket.getGuildScheduledEventCreate(), "guildScheduledEventCreate", new StoreStream$initGatewaySocketListeners$71(this)); + dispatchSubscribe(this.gatewaySocket.getGuildScheduledEventUpdate(), "guildScheduledEventUpdate", new StoreStream$initGatewaySocketListeners$72(this)); + dispatchSubscribe(this.gatewaySocket.getGuildScheduledEventDelete(), "guildScheduledEventDelete", new StoreStream$initGatewaySocketListeners$73(this)); + dispatchSubscribe(this.gatewaySocket.getGuildScheduledEventUserAdd(), "guildScheduledEventUserAdd", new StoreStream$initGatewaySocketListeners$74(this)); + dispatchSubscribe(this.gatewaySocket.getGuildScheduledEventUserRemove(), "guildScheduledEventUserRemove", new StoreStream$initGatewaySocketListeners$75(this)); + dispatchSubscribe(this.gatewaySocket.getEmbeddedActivityInboundUpdate(), "embeddedActivityInboundUpdate", new StoreStream$initGatewaySocketListeners$76(this)); } private final void maybeLogNotificationPermissionStatus(Application application, Clock clock) { @@ -3298,6 +3300,12 @@ public final class StoreStream { this.guildJoinRequests.handleGuildJoinRequestCreateOrUpdate(guildJoinRequestCreateOrUpdate.a(), guildJoinRequestCreateOrUpdate.b()); } + @StoreThread + public final void handleGuildJoinRequestDelete(GuildJoinRequestDelete guildJoinRequestDelete) { + m.checkNotNullParameter(guildJoinRequestDelete, "update"); + this.guildJoinRequests.handleGuildJoinRequestDelete(guildJoinRequestDelete.b(), guildJoinRequestDelete.a()); + } + @StoreThread public final void handleGuildJoined(long j, GuildWelcomeScreen guildWelcomeScreen) { this.guildWelcomeScreens.handleGuildJoined(j, guildWelcomeScreen); diff --git a/app/src/main/java/com/discord/utilities/auditlogs/AuditLogChangeUtils.java b/app/src/main/java/com/discord/utilities/auditlogs/AuditLogChangeUtils.java index 5bf0f2e6b1..c0e960234c 100644 --- a/app/src/main/java/com/discord/utilities/auditlogs/AuditLogChangeUtils.java +++ b/app/src/main/java/com/discord/utilities/auditlogs/AuditLogChangeUtils.java @@ -571,13 +571,27 @@ public final class AuditLogChangeUtils { return R.string.guild_settings_audit_log_guild_region_change; } return 0; + case -645093141: + if (!key.equals(ModelAuditLogEntry.CHANGE_KEY_PREMIUM_PROGRESS_BAR_ENABLED)) { + return 0; + } + Object value2 = change.getValue(); + Objects.requireNonNull(value2, "null cannot be cast to non-null type kotlin.Boolean"); + boolean booleanValue = ((Boolean) value2).booleanValue(); + if (booleanValue) { + return R.string.guild_settings_audit_log_guild_premium_progress_bar_enabled_enabled; + } + if (!booleanValue) { + return R.string.guild_settings_audit_log_guild_premium_progress_bar_enabled_disabled; + } + throw new NoWhenBranchMatchedException(); case -506227616: if (!key.equals(ModelAuditLogEntry.CHANGE_KEY_VERIFICATION_LEVEL)) { return 0; } - Object value2 = change.getValue(); - Objects.requireNonNull(value2, "null cannot be cast to non-null type kotlin.Long"); - int longValue2 = (int) ((Long) value2).longValue(); + Object value3 = change.getValue(); + Objects.requireNonNull(value3, "null cannot be cast to non-null type kotlin.Long"); + int longValue2 = (int) ((Long) value3).longValue(); if (longValue2 == GuildVerificationLevel.NONE.getApiValue()) { return R.string.guild_settings_audit_log_guild_verification_level_change_none; } @@ -623,9 +637,9 @@ public final class AuditLogChangeUtils { if (!key.equals(ModelAuditLogEntry.CHANGE_KEY_MFA_LEVEL)) { return 0; } - Object value3 = change.getValue(); - Objects.requireNonNull(value3, "null cannot be cast to non-null type kotlin.Long"); - int longValue3 = (int) ((Long) value3).longValue(); + Object value4 = change.getValue(); + Objects.requireNonNull(value4, "null cannot be cast to non-null type kotlin.Long"); + int longValue3 = (int) ((Long) value4).longValue(); if (longValue3 == 0) { return R.string.guild_settings_audit_log_guild_mfa_level_disabled; } @@ -642,9 +656,9 @@ public final class AuditLogChangeUtils { if (!key.equals(ModelAuditLogEntry.CHANGE_KEY_DEFAULT_MESSAGE_NOTIFICATIONS)) { return 0; } - Object value4 = change.getValue(); - Objects.requireNonNull(value4, "null cannot be cast to non-null type kotlin.Long"); - int longValue4 = (int) ((Long) value4).longValue(); + Object value5 = change.getValue(); + Objects.requireNonNull(value5, "null cannot be cast to non-null type kotlin.Long"); + int longValue4 = (int) ((Long) value5).longValue(); if (longValue4 == 0) { return R.string.guild_settings_audit_log_guild_default_message_notifications_change_all_messages; } @@ -676,13 +690,13 @@ public final class AuditLogChangeUtils { if (!key.equals(ModelAuditLogEntry.CHANGE_KEY_WIDGET_ENABLED)) { return 0; } - Object value5 = change.getValue(); - Objects.requireNonNull(value5, "null cannot be cast to non-null type kotlin.Boolean"); - boolean booleanValue = ((Boolean) value5).booleanValue(); - if (booleanValue) { + Object value6 = change.getValue(); + Objects.requireNonNull(value6, "null cannot be cast to non-null type kotlin.Boolean"); + boolean booleanValue2 = ((Boolean) value6).booleanValue(); + if (booleanValue2) { return R.string.guild_settings_audit_log_guild_widget_enabled; } - if (!booleanValue) { + if (!booleanValue2) { return R.string.guild_settings_audit_log_guild_widget_disabled; } throw new NoWhenBranchMatchedException(); diff --git a/app/src/main/java/com/discord/utilities/guildscheduledevent/GuildScheduledEventUtilities.java b/app/src/main/java/com/discord/utilities/guildscheduledevent/GuildScheduledEventUtilities.java index 562ef4514e..d49f6fa334 100644 --- a/app/src/main/java/com/discord/utilities/guildscheduledevent/GuildScheduledEventUtilities.java +++ b/app/src/main/java/com/discord/utilities/guildscheduledevent/GuildScheduledEventUtilities.java @@ -65,6 +65,20 @@ public final class GuildScheduledEventUtilities { return companion.canStartEvent(j, l, storeChannels, storePermissions); } + private final List getGuildScheduledEventCreatableChannelsForGuild(long j, StoreChannels storeChannels, StorePermissions storePermissions) { + Map channelsForGuild = storeChannels.getChannelsForGuild(j); + Map permissionsByChannel = storePermissions.getPermissionsByChannel(); + Collection values = channelsForGuild.values(); + ArrayList arrayList = new ArrayList(); + for (Object obj : values) { + Channel channel = (Channel) obj; + if (GuildScheduledEventUtilities.Companion.canStartEventInChannel(channel, (Long) a.c(channel, permissionsByChannel))) { + arrayList.add(obj); + } + } + return arrayList; + } + public static /* synthetic */ List getGuildScheduledEventCreatableChannelsForGuild$default(Companion companion, long j, StoreChannels storeChannels, StorePermissions storePermissions, int i, Object obj) { if ((i & 2) != 0) { storeChannels = StoreStream.Companion.getChannels(); @@ -165,22 +179,6 @@ public final class GuildScheduledEventUtilities { return false; } - public final List getGuildScheduledEventCreatableChannelsForGuild(long j, StoreChannels storeChannels, StorePermissions storePermissions) { - m.checkNotNullParameter(storeChannels, "channelsStore"); - m.checkNotNullParameter(storePermissions, "permissionsStore"); - Map channelsForGuild = storeChannels.getChannelsForGuild(j); - Map permissionsByChannel = storePermissions.getPermissionsByChannel(); - Collection values = channelsForGuild.values(); - ArrayList arrayList = new ArrayList(); - for (Object obj : values) { - Channel channel = (Channel) obj; - if (GuildScheduledEventUtilities.Companion.canStartEventInChannel(channel, (Long) a.c(channel, permissionsByChannel))) { - arrayList.add(obj); - } - } - return arrayList; - } - public final GuildScheduledEvent getGuildScheduledEventToEndForCall(CallModel callModel, Long l, StoreGuilds storeGuilds) { GuildScheduledEvent liveEvent; m.checkNotNullParameter(callModel, "callModel"); diff --git a/app/src/main/java/com/discord/utilities/guildscheduledevent/GuildScheduledEventUtilitiesKt.java b/app/src/main/java/com/discord/utilities/guildscheduledevent/GuildScheduledEventUtilitiesKt.java index 96a028efe8..21d26bc3ca 100644 --- a/app/src/main/java/com/discord/utilities/guildscheduledevent/GuildScheduledEventUtilitiesKt.java +++ b/app/src/main/java/com/discord/utilities/guildscheduledevent/GuildScheduledEventUtilitiesKt.java @@ -16,14 +16,13 @@ import com.discord.utilities.time.ClockFactory; import com.discord.utilities.time.TimeUtils; import com.discord.widgets.guildscheduledevent.GuildScheduledEventModel; import d0.z.d.m; -import java.text.SimpleDateFormat; import java.util.Calendar; import java.util.Collection; import java.util.Iterator; -import java.util.Locale; import java.util.Objects; /* compiled from: GuildScheduledEventUtilities.kt */ public final class GuildScheduledEventUtilitiesKt { + public static final int DATE_FORMAT_FLAGS = 101139; public final /* synthetic */ class WhenMappings { public static final /* synthetic */ int[] $EnumSwitchMapping$0; @@ -124,13 +123,13 @@ public final class GuildScheduledEventUtilitiesKt { if (DateUtils.isToday(j2)) { int ordinal = getEventTiming(j, guildScheduledEventStatus).ordinal(); if (ordinal == 2 || ordinal == 3 || ordinal == 5) { - return b.h(context, R.string.ending_on_date, new Object[]{new SimpleDateFormat("h:mm a", Locale.getDefault()).format(Long.valueOf(j2))}, null, 4); + return b.h(context, R.string.ending_on_date, new Object[]{DateUtils.formatDateTime(context, j2, DATE_FORMAT_FLAGS)}, null, 4); } return null; } int ordinal2 = getEventTiming(j, guildScheduledEventStatus).ordinal(); if (ordinal2 == 0 || ordinal2 == 1) { - return new SimpleDateFormat("h:mm a", Locale.getDefault()).format(Long.valueOf(j2)); + return DateUtils.formatDateTime(context, j2, DATE_FORMAT_FLAGS); } return null; } @@ -142,12 +141,12 @@ public final class GuildScheduledEventUtilitiesKt { GuildScheduledEventTiming eventTiming = getEventTiming(j, guildScheduledEventStatus); Objects.requireNonNull(GuildScheduledEventStatus.Companion); if (GuildScheduledEventStatus.access$getDONE$cp().contains(guildScheduledEventStatus)) { - return getNonRelativeTimeString(j); + return getNonRelativeTimeString(j, context); } switch (eventTiming.ordinal()) { case 1: case 2: - return b.h(context, R.string.guild_event_date_at_time, new Object[]{DateUtils.getRelativeTimeSpanString(j, ClockFactory.get().currentTimeMillis(), 86400000), new SimpleDateFormat("h:mm a", Locale.getDefault()).format(Long.valueOf(j))}, null, 4); + return b.h(context, R.string.guild_event_date_at_time, new Object[]{DateUtils.getRelativeTimeSpanString(j, ClockFactory.get().currentTimeMillis(), 86400000), DateUtils.formatDateTime(context, j, DATE_FORMAT_FLAGS)}, null, 4); case 3: return b.h(context, R.string.starting_in_minutes, new Object[]{Integer.valueOf(minutesRelativeToTime(j))}, null, 4); case 4: @@ -156,7 +155,7 @@ public final class GuildScheduledEventUtilitiesKt { case 5: return guildScheduledEventEntityType.ordinal() != 3 ? b.h(context, R.string.stage_channel_live_now, new Object[0], null, 4) : b.h(context, R.string.active_now, new Object[0], null, 4); default: - return getNonRelativeTimeString(j); + return getNonRelativeTimeString(j, context); } } @@ -205,10 +204,10 @@ public final class GuildScheduledEventUtilitiesKt { return (GuildScheduledEvent) obj; } - private static final CharSequence getNonRelativeTimeString(long j) { - String format = (isCurrentYear(j) ? new SimpleDateFormat("EEE, MMM d · h:mm a", Locale.getDefault()) : new SimpleDateFormat("EEE, MMM d, yyyy · h:mm a", Locale.getDefault())).format(Long.valueOf(j)); - m.checkNotNullExpressionValue(format, "dateFormat.format(this)"); - return format; + private static final CharSequence getNonRelativeTimeString(long j, Context context) { + String formatDateTime = DateUtils.formatDateTime(context, j, DATE_FORMAT_FLAGS); + m.checkNotNullExpressionValue(formatDateTime, "DateUtils.formatDateTime… this, DATE_FORMAT_FLAGS)"); + return formatDateTime; } public static final boolean hasLiveEvent(Collection collection) { @@ -216,16 +215,6 @@ public final class GuildScheduledEventUtilitiesKt { return getLiveEvent(collection) != null; } - private static final boolean isCurrentYear(long j) { - Calendar instance = Calendar.getInstance(); - Calendar instance2 = Calendar.getInstance(); - m.checkNotNullExpressionValue(instance, "eventCalendar"); - instance.setTimeInMillis(j); - m.checkNotNullExpressionValue(instance2, "nowCalendar"); - instance2.setTimeInMillis(ClockFactory.get().currentTimeMillis()); - return instance.get(1) == instance2.get(1); - } - private static final boolean isSameDay(long j, long j2) { Calendar instance = Calendar.getInstance(); Calendar instance2 = Calendar.getInstance(); diff --git a/app/src/main/java/com/discord/widgets/chat/list/InlineMediaView.java b/app/src/main/java/com/discord/widgets/chat/list/InlineMediaView.java index 5f7bb90517..8ca6a82815 100644 --- a/app/src/main/java/com/discord/widgets/chat/list/InlineMediaView.java +++ b/app/src/main/java/com/discord/widgets/chat/list/InlineMediaView.java @@ -404,23 +404,23 @@ public final class InlineMediaView extends CardView implements View.OnAttachStat } private final boolean shouldAutoPlay() { - EmbedResourceUtils embedResourceUtils = EmbedResourceUtils.INSTANCE; ViewParams viewParams = this.viewParams; String str = null; - EmbedType embedType = viewParams != null ? viewParams.getEmbedType() : null; + if ((viewParams != null ? viewParams.getEmbedType() : null) == EmbedType.GIFV && Build.VERSION.SDK_INT > 30) { + return false; + } + EmbedResourceUtils embedResourceUtils = EmbedResourceUtils.INSTANCE; ViewParams viewParams2 = this.viewParams; - if (viewParams2 != null) { - str = viewParams2.getProgressiveMediaUri(); + EmbedType embedType = viewParams2 != null ? viewParams2.getEmbedType() : null; + ViewParams viewParams3 = this.viewParams; + if (viewParams3 != null) { + str = viewParams3.getProgressiveMediaUri(); } if (!embedResourceUtils.isAnimated(embedType, str)) { return true; } - ViewParams viewParams3 = this.viewParams; - return viewParams3 != null ? viewParams3.getAutoPlayGifs() : this.storeUserSettings.getIsAutoPlayGifsEnabled(); - } - - private final boolean shouldAutoPlayGIFVs() { - return Build.VERSION.SDK_INT <= 30; + ViewParams viewParams4 = this.viewParams; + return viewParams4 != null ? viewParams4.getAutoPlayGifs() : this.storeUserSettings.getIsAutoPlayGifsEnabled(); } private final void updateUI(RenderableEmbedMedia renderableEmbedMedia, String str, EmbedType embedType, Integer num, Integer num2, String str2) { @@ -467,10 +467,10 @@ public final class InlineMediaView extends CardView implements View.OnAttachStat m.checkNotNullExpressionValue(J, "eventSubject.onBackpressureBuffer()"); ObservableExtensionsKt.appSubscribe$default(ObservableExtensionsKt.ui$default(J, this, null, 2, null), InlineMediaView.class, (Context) null, new InlineMediaView$updateUI$3(this), (Function1) null, (Function0) null, (Function0) null, new InlineMediaView$updateUI$4(this), 58, (Object) null); if (embedType == embedType2) { - boolean shouldAutoPlayGIFVs = shouldAutoPlayGIFVs(); + boolean shouldAutoPlay = shouldAutoPlay(); PlayerView playerView2 = this.binding.f; m.checkNotNullExpressionValue(playerView2, "binding.inlineMediaPlayerView"); - AppMediaPlayer.b(appMediaPlayer, O, shouldAutoPlayGIFVs, true, 0, playerView2, null, 40); + AppMediaPlayer.b(appMediaPlayer, O, shouldAutoPlay, true, 0, playerView2, null, 40); appMediaPlayer.d(0.0f); } else { appMediaPlayer.d(1.0f); diff --git a/app/src/main/java/com/discord/widgets/guildscheduledevent/GuildScheduledEventDateView.java b/app/src/main/java/com/discord/widgets/guildscheduledevent/GuildScheduledEventDateView.java index f13e9c3616..7d6f79dc15 100644 --- a/app/src/main/java/com/discord/widgets/guildscheduledevent/GuildScheduledEventDateView.java +++ b/app/src/main/java/com/discord/widgets/guildscheduledevent/GuildScheduledEventDateView.java @@ -1,6 +1,7 @@ package com.discord.widgets.guildscheduledevent; import android.content.Context; +import android.text.TextUtils; import android.util.AttributeSet; import android.view.LayoutInflater; import android.widget.ImageView; @@ -82,6 +83,17 @@ public final class GuildScheduledEventDateView extends ConstraintLayout { return guildScheduledEventDateView.getTextColorViaTiming(guildScheduledEventTiming); } + public static /* synthetic */ void configure$default(GuildScheduledEventDateView guildScheduledEventDateView, long j, Long l, GuildScheduledEventEntityType guildScheduledEventEntityType, GuildScheduledEventStatus guildScheduledEventStatus, boolean z2, int i, Object obj) { + guildScheduledEventDateView.configure(j, l, guildScheduledEventEntityType, guildScheduledEventStatus, (i & 16) != 0 ? true : z2); + } + + public static /* synthetic */ void configure$default(GuildScheduledEventDateView guildScheduledEventDateView, GuildScheduledEvent guildScheduledEvent, boolean z2, int i, Object obj) { + if ((i & 2) != 0) { + z2 = true; + } + guildScheduledEventDateView.configure(guildScheduledEvent, z2); + } + private final void configureCompleteTimeString(GuildScheduledEventTiming guildScheduledEventTiming, long j, long j2, GuildScheduledEventEntityType guildScheduledEventEntityType, GuildScheduledEventStatus guildScheduledEventStatus) { Context context = getContext(); m.checkNotNullExpressionValue(context, "context"); @@ -120,6 +132,12 @@ public final class GuildScheduledEventDateView extends ConstraintLayout { textView.setTextColor(getTextColorViaTiming(guildScheduledEventTiming)); } + private final void configureTruncatedDateTime() { + TextView textView = this.binding.f1669c; + textView.setEllipsize(TextUtils.TruncateAt.END); + textView.setMaxLines(1); + } + /* JADX WARNING: Removed duplicated region for block: B:12:0x0052 */ /* JADX WARNING: Removed duplicated region for block: B:13:0x005a */ private final void configureViaTiming(long j, Long l, GuildScheduledEventEntityType guildScheduledEventEntityType, GuildScheduledEventStatus guildScheduledEventStatus) { @@ -161,7 +179,7 @@ public final class GuildScheduledEventDateView extends ConstraintLayout { return ColorCompat.getThemedColor(getContext(), (int) R.attr.colorControlBrandForegroundNew); } - public final void configure(long j, Long l, GuildScheduledEventEntityType guildScheduledEventEntityType, GuildScheduledEventStatus guildScheduledEventStatus) { + public final void configure(long j, Long l, GuildScheduledEventEntityType guildScheduledEventEntityType, GuildScheduledEventStatus guildScheduledEventStatus, boolean z2) { m.checkNotNullParameter(guildScheduledEventEntityType, "entityType"); m.checkNotNullParameter(guildScheduledEventStatus, "status"); Objects.requireNonNull(GuildScheduledEventStatus.Companion); @@ -170,12 +188,15 @@ public final class GuildScheduledEventDateView extends ConstraintLayout { } else { configureViaTiming(j, l, guildScheduledEventEntityType, guildScheduledEventStatus); } + if (z2) { + configureTruncatedDateTime(); + } } - public final void configure(GuildScheduledEvent guildScheduledEvent) { + public final void configure(GuildScheduledEvent guildScheduledEvent, boolean z2) { m.checkNotNullParameter(guildScheduledEvent, "event"); long g = guildScheduledEvent.k().g(); UtcDateTime j = guildScheduledEvent.j(); - configure(g, j != null ? Long.valueOf(j.g()) : null, guildScheduledEvent.f(), guildScheduledEvent.l()); + configure(g, j != null ? Long.valueOf(j.g()) : null, guildScheduledEvent.f(), guildScheduledEvent.l(), z2); } } diff --git a/app/src/main/java/com/discord/widgets/guildscheduledevent/GuildScheduledEventItemView.java b/app/src/main/java/com/discord/widgets/guildscheduledevent/GuildScheduledEventItemView.java index 41da9b12dd..0c4b9cb5a6 100644 --- a/app/src/main/java/com/discord/widgets/guildscheduledevent/GuildScheduledEventItemView.java +++ b/app/src/main/java/com/discord/widgets/guildscheduledevent/GuildScheduledEventItemView.java @@ -163,7 +163,7 @@ public final class GuildScheduledEventItemView extends ConstraintLayout { SimpleDraweeView simpleDraweeView = this.binding.d; m.checkNotNullExpressionValue(simpleDraweeView, "binding.guildScheduledEventListItemCreatorAvatar"); SimpleDraweeViewExtensionsKt.configureCreator(simpleDraweeView, userGuildMember); - this.binding.e.configure(guildScheduledEvent); + GuildScheduledEventDateView.configure$default(this.binding.e, guildScheduledEvent, false, 2, null); TextView textView2 = this.binding.l; m.checkNotNullExpressionValue(textView2, "binding.guildScheduledEventListItemTitleText"); textView2.setText(guildScheduledEvent.i()); @@ -301,7 +301,7 @@ public final class GuildScheduledEventItemView extends ConstraintLayout { m.checkNotNullExpressionValue(textView3, "binding.guildScheduledEventListItemTitleText"); textView3.setText(guildScheduledEventModel.getName()); configureDescription(guildScheduledEventModel.getDescription(), guildScheduledEventModel.getGuildId()); - this.binding.e.configure(millis, l, guildScheduledEventModel.getEntityType(), GuildScheduledEventStatus.SCHEDULED); + GuildScheduledEventDateView.configure$default(this.binding.e, millis, l, guildScheduledEventModel.getEntityType(), GuildScheduledEventStatus.SCHEDULED, false, 16, null); configureLocation$default(this, GuildScheduledEventLocationInfo.Companion.buildLocationInfo(guildScheduledEventModel, channel), null, 2, null); } diff --git a/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventDetailsBottomSheet.java b/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventDetailsBottomSheet.java index f9b3b97386..fcb296d9d1 100644 --- a/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventDetailsBottomSheet.java +++ b/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventDetailsBottomSheet.java @@ -209,7 +209,7 @@ public final class WidgetGuildScheduledEventDetailsBottomSheet extends AppBottom GuildScheduledEventDetailsViewModel.ViewState.Initialized initialized = (GuildScheduledEventDetailsViewModel.ViewState.Initialized) viewState; configureSegmentControl(initialized.getSegmentedControlIndex()); configureForSection(initialized.getSection(), initialized.getRsvpUsersFetchState()); - getBinding().g.configure(initialized.getGuildScheduledEvent()); + getBinding().g.configure(initialized.getGuildScheduledEvent(), false); TextView textView = getBinding().m; d0.z.d.m.checkNotNullExpressionValue(textView, "binding.guildScheduledEventDetailsTitleText"); textView.setText(initialized.getGuildScheduledEvent().i()); diff --git a/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventSettings$onViewBound$5.java b/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventSettings$onViewBound$5.java index 33b471cdb6..0c4c706659 100644 --- a/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventSettings$onViewBound$5.java +++ b/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventSettings$onViewBound$5.java @@ -1,6 +1,7 @@ package com.discord.widgets.guildscheduledevent; import android.app.TimePickerDialog; +import android.text.format.DateFormat; import android.view.View; import com.discord.widgets.guildscheduledevent.GuildScheduledEventSettingsViewModel; /* compiled from: WidgetGuildScheduledEventSettings.kt */ @@ -17,7 +18,7 @@ public final class WidgetGuildScheduledEventSettings$onViewBound$5 implements Vi GuildScheduledEventPickerTime startTime; GuildScheduledEventSettingsViewModel.ViewState.Initialized access$getCurrentViewState$p = WidgetGuildScheduledEventSettings.access$getCurrentViewState$p(this.this$0); if (access$getCurrentViewState$p != null && (eventModel = access$getCurrentViewState$p.getEventModel()) != null && (startTime = eventModel.getStartTime()) != null) { - new TimePickerDialog(this.this$0.requireContext(), new WidgetGuildScheduledEventSettings$onViewBound$5$$special$$inlined$let$lambda$1(this), startTime.getHourOfDay(), startTime.getMinute(), false).show(); + new TimePickerDialog(this.this$0.requireContext(), new WidgetGuildScheduledEventSettings$onViewBound$5$$special$$inlined$let$lambda$1(this), startTime.getHourOfDay(), startTime.getMinute(), DateFormat.is24HourFormat(this.this$0.requireContext())).show(); } } } diff --git a/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventSettings.java b/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventSettings.java index 6a89c4d24d..cd333bc95a 100644 --- a/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventSettings.java +++ b/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventSettings.java @@ -3,6 +3,7 @@ package com.discord.widgets.guildscheduledevent; import android.content.Context; import android.content.Intent; import android.text.Editable; +import android.text.format.DateUtils; import android.view.View; import android.widget.TextView; import androidx.activity.result.ActivityResultLauncher; @@ -33,8 +34,6 @@ import com.google.android.material.textfield.TextInputLayout; import d0.g; import d0.z.d.a0; import d0.z.d.m; -import java.text.SimpleDateFormat; -import java.util.Locale; import java.util.Objects; import kotlin.Lazy; import kotlin.Unit; @@ -180,18 +179,17 @@ public final class WidgetGuildScheduledEventSettings extends AppFragment { GuildScheduledEventPickerDate endDate = initialized.getEventModel().getEndDate(); GuildScheduledEventPickerTime endTime = initialized.getEventModel().getEndTime(); String str2 = ""; - if (endDate == null || (str = new SimpleDateFormat("MMM dd, yyyy", Locale.getDefault()).format(Long.valueOf(endDate.toMillis()))) == null) { + if (endDate == null || (str = DateUtils.formatDateTime(getContext(), endDate.toMillis(), 524292)) == null) { str = str2; } if (endTime != null) { - SimpleDateFormat simpleDateFormat = new SimpleDateFormat("h:mm a", Locale.getDefault()); GuildScheduledEventPickerDateTime guildScheduledEventPickerDateTime = GuildScheduledEventPickerDateTime.INSTANCE; if (endDate == null) { endDate = GuildScheduledEventPickerDate.Companion.now(); } - String format = simpleDateFormat.format(Long.valueOf(guildScheduledEventPickerDateTime.toMillis(endDate, endTime))); - if (format != null) { - str2 = format; + String formatDateTime = DateUtils.formatDateTime(getContext(), guildScheduledEventPickerDateTime.toMillis(endDate, endTime), 257); + if (formatDateTime != null) { + str2 = formatDateTime; } } getBinding().e.setText(str); @@ -204,10 +202,10 @@ public final class WidgetGuildScheduledEventSettings extends AppFragment { boolean z2 = (existingEvent != null ? GuildScheduledEventUtilitiesKt.getEventTiming(existingEvent) : null) == GuildScheduledEventTiming.LIVE; TextInputEditText textInputEditText = getBinding().l; ViewExtensions.setEnabledAndAlpha$default(textInputEditText, !z2, 0.0f, 2, null); - textInputEditText.setText(new SimpleDateFormat("MMM dd, yyyy", Locale.getDefault()).format(Long.valueOf(millis))); + textInputEditText.setText(DateUtils.formatDateTime(textInputEditText.getContext(), millis, 524292)); TextInputEditText textInputEditText2 = getBinding().m; ViewExtensions.setEnabledAndAlpha$default(textInputEditText2, !z2, 0.0f, 2, null); - textInputEditText2.setText(new SimpleDateFormat("h:mm a", Locale.getDefault()).format(Long.valueOf(millis))); + textInputEditText2.setText(DateUtils.formatDateTime(textInputEditText2.getContext(), millis, 1)); } private final void configureUi(GuildScheduledEventSettingsViewModel.ViewState viewState) { diff --git a/app/src/main/java/com/discord/widgets/settings/WidgetSettings.java b/app/src/main/java/com/discord/widgets/settings/WidgetSettings.java index 1fbcf5ed03..16ea532af8 100644 --- a/app/src/main/java/com/discord/widgets/settings/WidgetSettings.java +++ b/app/src/main/java/com/discord/widgets/settings/WidgetSettings.java @@ -346,7 +346,7 @@ public final class WidgetSettings extends AppFragment implements OnTabSelectedLi TextView textView = binding.f; m.checkNotNullExpressionValue(textView, "appInfoHeader"); String string = getString(R.string.app_information); - textView.setText(string + " - 103.3 - Alpha (103203)"); + textView.setText(string + " - 103.4 - Alpha (103204)"); binding.B.setOnClickListener(new WidgetSettings$onViewBound$$inlined$with$lambda$3(this)); binding.u.setOnClickListener(WidgetSettings$onViewBound$1$5.INSTANCE); binding.q.setOnClickListener(WidgetSettings$onViewBound$1$6.INSTANCE); diff --git a/app/src/main/res/values-ar-rXB/plurals.xml b/app/src/main/res/values-ar-rXB/plurals.xml index a02cd59f7c..c35253c110 100644 --- a/app/src/main/res/values-ar-rXB/plurals.xml +++ b/app/src/main/res/values-ar-rXB/plurals.xml @@ -160,6 +160,10 @@ ‏‮{#}‬‏ ‏‮background‬‏ ‏‮{#}‬‏ ‏‮backgrounds‬‏ + + ‏‮{#}‬‏ ‏‮custom‬‏ ‏‮background‬‏ + ‏‮{#}‬‏ ‏‮custom‬‏ ‏‮backgrounds‬‏ + ‏‮{#}‬‏ ‏‮character‬‏ ‏‮{#}‬‏ ‏‮characters‬‏ diff --git a/app/src/main/res/values-ar-rXB/strings.xml b/app/src/main/res/values-ar-rXB/strings.xml index 901a68f387..3042db0866 100644 --- a/app/src/main/res/values-ar-rXB/strings.xml +++ b/app/src/main/res/values-ar-rXB/strings.xml @@ -324,6 +324,7 @@ ‏‮Can’t‬‏ ‏‮find‬‏ ‏‮what‬‏ ‏‮you’re‬‏ ‏‮looking‬‏ ‏‮for?‬‏ ‏‮Check‬‏ ‏‮out‬‏ ‏‮the‬‏ ‏‮[Accessibility](onAccessibilityClick)‬‏ ‏‮settings.‬‏ ‏‮https://support.apple.com/en-us/HT202039‬‏ ‏‮Application‬‏ ‏‮Actions‬‏ + ‏‮Add‬‏ ‏‮to‬‏ ‏‮Server‬‏ ‏‮!!‬‏‏‮{itemName}‬‏‏‮!!‬‏ ‏‮has‬‏ ‏‮been‬‏ ‏‮purchased‬‏ ‏‮and‬‏ ‏‮will‬‏ ‏‮be‬‏ ‏‮available‬‏ ‏‮in‬‏ ‏‮!!‬‏‏‮{applicationName}‬‏‏‮!!.‬‏ ‏‮Master‬‏ ‏‮Unknown‬‏ @@ -1184,6 +1185,7 @@ ‏‮New!‬‏ ‏‮Video‬‏ ‏‮Backgrounds‬‏ ‏‮None‬‏ ‏‮You’ve‬‏ ‏‮hit‬‏ ‏‮the‬‏ ‏‮limit‬‏ ‏‮of‬‏ ‏‮{maxCustomBackgrounds}‬‏‏‮!‬‏ ‏‮Right‬‏ ‏‮click‬‏ ‏‮to‬‏ ‏‮remove‬‏ ‏‮a‬‏ ‏‮background‬‏ ‏‮before‬‏ ‏‮adding‬‏ ‏‮another.‬‏ + ‏‮Upload‬‏ ‏‮up‬‏ ‏‮to‬‏ ‏‮{maxCustomBackgrounds}‬‏‏‮,‬‏ ‏‮powered‬‏ ‏‮by‬‏ ‏‮Nitro!‬‏ ‏‮Upload‬‏ ‏‮your‬‏ ‏‮own‬‏ ‏‮custom‬‏ ‏‮background,‬‏ ‏‮powered‬‏ ‏‮by‬‏ ‏‮Nitro!‬‏ ‏‮Get‬‏ ‏‮your‬‏ ‏‮own‬‏ ‏‮custom‬‏ ‏‮video‬‏ ‏‮backgrounds‬‏ ‏‮and‬‏ ‏‮more‬‏ ‏‮with‬‏ ‏‮Discord‬‏ ‏‮Nitro!‬‏ ‏‮Switch‬‏ ‏‮Camera‬‏ @@ -2096,11 +2098,6 @@ ‏‮Custom‬‏ ‏‮Invite‬‏ ‏‮Link‬‏ ‏‮Make‬‏ ‏‮your‬‏ ‏‮server‬‏ ‏‮easily‬‏ ‏‮accessible‬‏ ‏‮with‬‏ ‏‮a‬‏ ‏‮fancy‬‏ ‏‮custom‬‏ ‏‮invite‬‏ ‏‮link‬‏ ‏‮of‬‏ ‏‮your‬‏ ‏‮choosing.‬‏ ‏‮Be‬‏ ‏‮aware‬‏ ‏‮that‬‏ ‏‮this‬‏ ‏‮makes‬‏ ‏‮your‬‏ ‏‮server‬‏ ‏‮publicly‬‏ ‏‮available‬‏ ‏‮to‬‏ ‏‮anyone‬‏ ‏‮who‬‏ ‏‮uses‬‏ ‏‮this‬‏ ‏‮link.‬‏ ‏‮Keep‬‏ ‏‮in‬‏ ‏‮mind‬‏ ‏‮that‬‏ ‏‮we‬‏ ‏‮may‬‏ ‏‮take‬‏ ‏‮back‬‏ ‏‮custom‬‏ ‏‮invite‬‏ ‏‮links‬‏ ‏‮if‬‏ ‏‮we‬‏ ‏‮discover‬‏ ‏‮abuse‬‏ ‏‮or‬‏ ‏‮if‬‏ ‏‮there\'s‬‏ ‏‮an‬‏ ‏‮intellectual‬‏ ‏‮property‬‏ ‏‮conflict.‬‏ - ‏‮Role‬‏ ‏‮Settings‬‏ - ‏‮Set‬‏ ‏‮Icons‬‏ - ‏‮Got‬‏ ‏‮it‬‏ - ‏‮Want‬‏ ‏‮your‬‏ ‏‮roles‬‏ ‏‮to‬‏ ‏‮stand‬‏ ‏‮out?‬‏ ‏‮Set‬‏ ‏‮a‬‏ ‏‮unique‬‏ ‏‮icon‬‏ ‏‮for‬‏ ‏‮each‬‏ ‏‮role‬‏ ‏‮with‬‏ ‏‮Server‬‏ ‏‮Boosting.‬‏ ‏‮Go‬‏ ‏‮to‬‏ ‏‮**Server‬‏ ‏‮Settings‬‏ ‏‮>‬‏ ‏‮Roles**‬‏ ‏‮to‬‏ ‏‮check‬‏ ‏‮it‬‏ ‏‮out.‬‏ - ‏‮Want‬‏ ‏‮your‬‏ ‏‮roles‬‏ ‏‮to‬‏ ‏‮stand‬‏ ‏‮out?‬‏ ‏‮Try‬‏ ‏‮setting‬‏ ‏‮a‬‏ ‏‮custom‬‏ ‏‮image‬‏ ‏‮or‬‏ ‏‮emoji‬‏ ‏‮for‬‏ ‏‮each‬‏ ‏‮role‬‏ ‏‮in‬‏ ‏‮**Server‬‏ ‏‮Settings‬‏ ‏‮>‬‏ ‏‮Roles**.‬‏ ‏‮Custom‬‏ ‏‮Status‬‏ ‏‮Clear‬‏ ‏‮after‬‏ ‏‮Clear‬‏ ‏‮Status‬‏ @@ -2447,6 +2444,10 @@ ‏‮Watching‬‏ ‏‮in‬‏ ‏‮!!‬‏‏‮{guildName}‬‏‏‮!!‬‏ ‏‮Enjoy‬‏ ‏‮YouTube‬‏ ‏‮videos‬‏ ‏‮together‬‏ ‏‮directly‬‏ ‏‮inside‬‏ ‏‮the‬‏ ‏‮voice‬‏ ‏‮channel!‬‏ ‏‮Watch‬‏ ‏‮YouTube‬‏ ‏‮with‬‏ ‏‮your‬‏ ‏‮friends!‬‏ + ‏‮Looks‬‏ ‏‮like‬‏ ‏‮you\'re‬‏ ‏‮already‬‏ ‏‮in‬‏ ‏‮**!!‬‏‏‮{currentApplicationName}‬‏‏‮!!**.‬‏ ‏‮Are‬‏ ‏‮you‬‏ ‏‮sure‬‏ ‏‮you‬‏ ‏‮want‬‏ ‏‮to‬‏ ‏‮switch‬‏ ‏‮to‬‏ ‏‮**!!‬‏‏‮{targetApplicationName}‬‏‏‮!!**?‬‏ + ‏‮You‬‏ ‏‮sure?‬‏ + ‏‮an‬‏ ‏‮Activity‬‏ + ‏‮another‬‏ ‏‮Activity‬‏ ‏‮Emoji‬‏ ‏‮Add‬‏ ‏‮to‬‏ ‏‮Favorites‬‏ ‏‮Available‬‏ ‏‮with‬‏ ‏‮Nitro‬‏ @@ -3625,7 +3626,7 @@ ‏‮Too‬‏ ‏‮many‬‏ ‏‮notifications‬‏ ‏‮Can‬‏ ‏‮you‬‏ ‏‮tell‬‏ ‏‮us‬‏ ‏‮more?‬‏ ‏‮There‬‏ ‏‮is‬‏ ‏‮no‬‏ ‏‮activity‬‏ ‏‮in‬‏ ‏‮this‬‏ ‏‮server‬‏ - ‏‮Too‬‏ ‏‮much‬‏ ‏‮activity‬‏ ‏‮in‬‏ ‏‮server‬‏ + ‏‮Too‬‏ ‏‮much‬‏ ‏‮activity‬‏ ‏‮in‬‏ ‏‮this‬‏ ‏‮server‬‏ ‏‮Thanks‬‏ ‏‮for‬‏ ‏‮your‬‏ ‏‮feedback!‬‏ ‏‮Feedback‬‏ ‏‮like‬‏ ‏‮yours‬‏ ‏‮helps‬‏ ‏‮us‬‏ ‏‮improve‬‏ ‏‮Discord.‬‏ ‏‮Server‬‏ ‏‮content‬‏ ‏‮and/or‬‏ ‏‮members‬‏ ‏‮made‬‏ ‏‮me‬‏ ‏‮uncomfortable‬‏ ‏‮I‬‏ ‏‮am‬‏ ‏‮not‬‏ ‏‮interested‬‏ ‏‮in‬‏ ‏‮the‬‏ ‏‮topic‬‏ ‏‮of‬‏ ‏‮this‬‏ ‏‮server‬‏ @@ -3876,7 +3877,7 @@ ‏‮Upload‬‏ ‏‮Image‬‏ ‏‮We‬‏ ‏‮recommend‬‏ ‏‮an‬‏ ‏‮image‬‏ ‏‮that’s‬‏ ‏‮at‬‏ ‏‮least‬‏ ‏‮1500px‬‏ ‏‮wide‬‏ ‏‮and‬‏ ‏‮500px‬‏ ‏‮tall.‬‏ ‏‮Cover‬‏ ‏‮photo‬‏ - ‏‮(PLACEHOLDER)‬‏ + ‏‮Let‬‏ ‏‮folks‬‏ ‏‮know‬‏ ‏‮what’s‬‏ ‏‮great‬‏ ‏‮about‬‏ ‏‮Premium‬‏ ‏‮Membership‬‏ ‏‮on‬‏ ‏‮your‬‏ ‏‮server‬‏ ‏‮Description‬‏ ‏‮New‬‏ ‏‮Tier‬‏ ‏‮Add‬‏ ‏‮a‬‏ ‏‮benefit‬‏ @@ -4026,6 +4027,8 @@ ‏‮Try‬‏ ‏‮it!‬‏ ‏‮$[**!!‬‏‏‮{user}‬‏‏‮!!**](userHook)‬‏ ‏‮created‬‏ ‏‮an‬‏ ‏‮announcement‬‏ ‏‮thread‬‏ ‏‮$[**!!‬‏‏‮{target}‬‏‏‮!!**](targetHook)‬‏ ‏‮$[**!!‬‏‏‮{user}‬‏‏‮!!**](userHook)‬‏ ‏‮added‬‏ ‏‮$[**!!‬‏‏‮{target}‬‏‏‮!!**](targetHook)‬‏ ‏‮to‬‏ ‏‮the‬‏ ‏‮server‬‏ + ‏‮Set‬‏ ‏‮the‬‏ ‏‮channel‬‏ ‏‮banner‬‏ + ‏‮Removed‬‏ ‏‮the‬‏ ‏‮channel‬‏ ‏‮banner‬‏ ‏‮Changed‬‏ ‏‮the‬‏ ‏‮bitrate‬‏ ‏‮to‬‏ ‏‮**!!‬‏‏‮{newValue}‬‏‏‮!!**‬‏ ‏‮Set‬‏ ‏‮the‬‏ ‏‮bitrate‬‏ ‏‮to‬‏ ‏‮**!!‬‏‏‮{newValue}‬‏‏‮!!**‬‏ ‏‮$[**!!‬‏‏‮{user}‬‏‏‮!!**](userHook)‬‏ ‏‮created‬‏ ‏‮a‬‏ ‏‮category‬‏ ‏‮$[**!!‬‏‏‮{target}‬‏‏‮!!**](targetHook)‬‏ @@ -4078,6 +4081,7 @@ ‏‮**Cleared**‬‏ ‏‮the‬‏ ‏‮inactive‬‏ ‏‮channel‬‏ ‏‮Set‬‏ ‏‮the‬‏ ‏‮inactive‬‏ ‏‮timeout‬‏ ‏‮to‬‏ ‏‮**!!‬‏‏‮{newValue}‬‏‏‮!!**‬‏ ‏‮minutes‬‏ ‏‮Set‬‏ ‏‮the‬‏ ‏‮server‬‏ ‏‮banner‬‏ + ‏‮Removed‬‏ ‏‮the‬‏ ‏‮server‬‏ ‏‮banner‬‏ ‏‮Set‬‏ ‏‮the‬‏ ‏‮default‬‏ ‏‮message‬‏ ‏‮notification‬‏ ‏‮setting‬‏ ‏‮to‬‏ ‏‮**All‬‏ ‏‮Messages**‬‏ ‏‮Set‬‏ ‏‮the‬‏ ‏‮default‬‏ ‏‮message‬‏ ‏‮notification‬‏ ‏‮setting‬‏ ‏‮to‬‏ ‏‮**Only‬‏ ‏‮Mentions**‬‏ ‏‮Set‬‏ ‏‮the‬‏ ‏‮server‬‏ ‏‮description‬‏ ‏‮to‬‏ ‏‮**!!‬‏‏‮{newValue}‬‏‏‮!!**‬‏ @@ -4092,6 +4096,8 @@ ‏‮Set‬‏ ‏‮the‬‏ ‏‮server‬‏ ‏‮name‬‏ ‏‮to‬‏ ‏‮**!!‬‏‏‮{newValue}‬‏‏‮!!**‬‏ ‏‮Passed‬‏ ‏‮ownership‬‏ ‏‮to‬‏ ‏‮**!!‬‏‏‮{newValue}‬‏‏‮!!**‬‏ ‏‮Set‬‏ ‏‮the‬‏ ‏‮preferred‬‏ ‏‮locale‬‏ ‏‮to‬‏ ‏‮**!!‬‏‏‮{newValue}‬‏‏‮!!**‬‏ + ‏‮Turned‬‏ ‏‮**off**‬‏ ‏‮the‬‏ ‏‮Boost‬‏ ‏‮progress‬‏ ‏‮bar‬‏ + ‏‮Turned‬‏ ‏‮**on**‬‏ ‏‮the‬‏ ‏‮Boost‬‏ ‏‮progress‬‏ ‏‮bar‬‏ ‏‮Set‬‏ ‏‮the‬‏ ‏‮voice‬‏ ‏‮region‬‏ ‏‮to‬‏ ‏‮**!!‬‏‏‮{newValue}‬‏‏‮!!**‬‏ ‏‮Set‬‏ ‏‮the‬‏ ‏‮rules‬‏ ‏‮channel‬‏ ‏‮to‬‏ ‏‮**!!‬‏‏‮{newValue}‬‏‏‮!!**‬‏ ‏‮**Cleared**‬‏ ‏‮the‬‏ ‏‮rules‬‏ ‏‮channel‬‏ @@ -6156,8 +6162,8 @@ ‏‮Members‬‏ ‏‮with‬‏ ‏‮this‬‏ ‏‮permission‬‏ ‏‮can‬‏ ‏‮drag‬‏ ‏‮other‬‏ ‏‮members‬‏ ‏‮out‬‏ ‏‮of‬‏ ‏‮this‬‏ ‏‮channel.‬‏ ‏‮They‬‏ ‏‮can‬‏ ‏‮only‬‏ ‏‮move‬‏ ‏‮members‬‏ ‏‮between‬‏ ‏‮channels‬‏ ‏‮both‬‏ ‏‮they‬‏ ‏‮and‬‏ ‏‮the‬‏ ‏‮member‬‏ ‏‮they‬‏ ‏‮are‬‏ ‏‮moving‬‏ ‏‮have‬‏ ‏‮access.‬‏ ‏‮Move‬‏ ‏‮To‬‏ ‏‮User‬‏ ‏‮has‬‏ ‏‮been‬‏ ‏‮moved‬‏ ‏‮to‬‏ ‏‮the‬‏ ‏‮selected‬‏ ‏‮channel.‬‏ - ‏‮Alert‬‏ ‏‮Cleared‬‏ - ‏‮No‬‏ ‏‮Alert‬‏ ‏‮Showing‬‏ + ‏‮Alert‬‏ ‏‮Cleared‬‏ + ‏‮No‬‏ ‏‮Alert‬‏ ‏‮Showing‬‏ ‏‮New‬‏ ‏‮notification‬‏ ‏‮Remove‬‏ ‏‮%1$s‬‏ ‏‮More‬‏ ‏‮than‬‏ %1$d ‏‮new‬‏ ‏‮notifications‬‏ @@ -7701,6 +7707,7 @@ ‏‮Show‬‏ ‏‮emoji‬‏ ‏‮reactions‬‏ ‏‮on‬‏ ‏‮messages‬‏ ‏‮Reorder‬‏ ‏‮Reordering‬‏ ‏‮Channels‬‏ + ‏‮Reply‬‏ ‏‮in‬‏ ‏‮Thread‬‏ ‏‮OFF‬‏ ‏‮Click‬‏ ‏‮to‬‏ ‏‮enable‬‏ ‏‮pinging‬‏ ‏‮the‬‏ ‏‮original‬‏ ‏‮author.‬‏ ‏‮ON‬‏ @@ -9462,7 +9469,7 @@ ‏‮You‬‏ ‏‮are‬‏ ‏‮at‬‏ ‏‮the‬‏ ‏‮{quantity}‬‏ ‏‮server‬‏ ‏‮limit.‬‏ ‏‮You‬‏ ‏‮must‬‏ ‏‮leave‬‏ ‏‮a‬‏ ‏‮server‬‏ ‏‮first‬‏ ‏‮to‬‏ ‏‮join.‬‏ ‏‮Oh‬‏ ‏‮no!‬‏ ‏‮You‬‏ ‏‮must‬‏ ‏‮leave‬‏ ‏‮a‬‏ ‏‮server‬‏ ‏‮first‬‏ ‏‮to‬‏ ‏‮join.‬‏ - ‏‮You‬‏ ‏‮are‬‏ ‏‮at‬‏ ‏‮the‬‏ ‏‮100‬‏ ‏‮server‬‏ ‏‮limit.‬‏ + ‏‮You‬‏ ‏‮are‬‏ ‏‮at‬‏ ‏‮the‬‏ ‏‮{quantity}‬‏ ‏‮server‬‏ ‏‮limit.‬‏ ‏‮This‬‏ ‏‮option‬‏ ‏‮is‬‏ ‏‮not‬‏ ‏‮available‬‏ ‏‮for‬‏ ‏‮Community‬‏ ‏‮servers.‬‏ ‏‮This‬‏ ‏‮is‬‏ ‏‮required‬‏ ‏‮for‬‏ ‏‮discoverable‬‏ ‏‮servers.‬‏ ‏‮Disable‬‏ ‏‮Discovery‬‏ ‏‮first‬‏ ‏‮to‬‏ ‏‮do‬‏ ‏‮this.‬‏ ‏‮Total‬‏ ‏‮Members‬‏ @@ -10058,6 +10065,7 @@ ‏‮Wanna‬‏ ‏‮change‬‏ ‏‮your‬‏ ‏‮background?‬‏ ‏‮Yay!‬‏ ‏‮You’re‬‏ ‏‮using‬‏ ‏‮an‬‏ ‏‮awesome‬‏ ‏‮background‬‏ ‏‮No‬‏ ‏‮background‬‏ ‏‮right‬‏ ‏‮now?‬‏ ‏‮No‬‏ ‏‮worries!‬‏ + ‏‮Uh‬‏ ‏‮oh!‬‏ ‏‮Something‬‏ ‏‮went‬‏ ‏‮wrong‬‏ ‏‮when‬‏ ‏‮setting‬‏ ‏‮your‬‏ ‏‮background.‬‏ ‏‮Please‬‏ ‏‮try‬‏ ‏‮again‬‏ ‏‮or‬‏ ‏‮use‬‏ ‏‮a‬‏ ‏‮different‬‏ ‏‮background.‬‏ ‏‮Tell‬‏ ‏‮us‬‏ ‏‮about‬‏ ‏‮your‬‏ ‏‮video‬‏ ‏‮backgrounds‬‏ ‏‮experience.‬‏ ‏‮How‬‏ ‏‮were‬‏ ‏‮video‬‏ ‏‮backgrounds?‬‏ ‏‮The‬‏ ‏‮background‬‏ ‏‮detection‬‏ ‏‮was‬‏ ‏‮not‬‏ ‏‮accurate‬‏ diff --git a/app/src/main/res/values-bg/strings.xml b/app/src/main/res/values-bg/strings.xml index d24c76cf0e..5d0ef1e151 100644 --- a/app/src/main/res/values-bg/strings.xml +++ b/app/src/main/res/values-bg/strings.xml @@ -8690,7 +8690,6 @@ Ти си на границата от {quantity} сървъра. Трябва първо да напуснеш сървър, за да се присъединиш. О, не! Трябва първо да напуснеш сървър, за да се присъединиш. - На границата си от 100 сървъра. Тази опция не е налична за сървъри на общности. Това е задължително за откриваеми сървъри. Първо деактивирай Откриване, за да направиш това. Общо членове diff --git a/app/src/main/res/values-cs/strings.xml b/app/src/main/res/values-cs/strings.xml index 837771396f..1e3eafe883 100644 --- a/app/src/main/res/values-cs/strings.xml +++ b/app/src/main/res/values-cs/strings.xml @@ -8694,7 +8694,6 @@ Dosáhl jsi limitu {quantity} serverů. Než se přidáš sem, musíš z nějakého odejít. Ale ne! Než se přidáš sem, musíš z nějakého odejít. - Dosáhl/a jsi limitu 100 serverů. Tato možnost není pro komunitní servery k dispozici. Tohle je pro vyhledatelné servery nezbytné. Abys mohl pokračovat, vypni nejdřív Vyhledávání. Celkem členů diff --git a/app/src/main/res/values-da/strings.xml b/app/src/main/res/values-da/strings.xml index b4204f0ebe..4709cf1253 100644 --- a/app/src/main/res/values-da/strings.xml +++ b/app/src/main/res/values-da/strings.xml @@ -8693,7 +8693,6 @@ Du har nået {quantity} servergrænsen. Du må først forlade en anden server for at kunne tilslutte dig. Åh nej! Du er nødt til at forlade en server for at kunne tilslutte. - Du har nået grænsen for maksimalt 100 servere. Denne indstilling er ikke tilgængelig for community-servere. Dette er påkrævet for detekterbare servere. Slå først Opdagelse fra for at gøre dette. Antal totale medlemmer diff --git a/app/src/main/res/values-de/strings.xml b/app/src/main/res/values-de/strings.xml index 3d32a0e1d3..a163dbc2b4 100644 --- a/app/src/main/res/values-de/strings.xml +++ b/app/src/main/res/values-de/strings.xml @@ -8700,7 +8700,6 @@ Du hast die maximale Anzahl von {quantity} Servern erreicht. Du musst erst einen Server verlassen, um diesem beizutreten. Oh nein! Du musst erst einen Server verlassen, um diesem beizutreten. - Du hast die maximale Anzahl von 100 Servern erreicht. Diese Option ist für Community-Server nicht verfügbar. Diese Option ist für entdeckbare Server nötig. Deaktiviere zuerst Entdeckung, um fortzufahren. Mitglieder insgesamt diff --git a/app/src/main/res/values-el/strings.xml b/app/src/main/res/values-el/strings.xml index 3098db92f3..3c02ff2f4b 100644 --- a/app/src/main/res/values-el/strings.xml +++ b/app/src/main/res/values-el/strings.xml @@ -8690,7 +8690,6 @@ Έχεις φτάσει το όριο διακομιστών {quantity}. Πρέπει να βγεις από έναν διακομιστή για να γίνεις μέλος. Ωχ, όχι! Πρέπει να βγεις από έναν διακομιστή για να γίνεις μέλος. - Έφτασες το όριο των 100 διακομιστών. Αυτή η επιλογή δεν είναι διαθέσιμη για διακομιστές κοινότητας. Αυτό απαιτείται για διακομιστές που μπορούν να ανακαλυφθούν. Απενεργοποίησε πρώτα την Ανακάλυψη για να το κάνεις. Σύνολο Μελών diff --git a/app/src/main/res/values-en-rXA/plurals.xml b/app/src/main/res/values-en-rXA/plurals.xml index e5a27356bd..323418fc2a 100644 --- a/app/src/main/res/values-en-rXA/plurals.xml +++ b/app/src/main/res/values-en-rXA/plurals.xml @@ -160,6 +160,10 @@ [»{#}« ɓåçķĝŕöûñð one two] [»{#}« ɓåçķĝŕöûñðš one two] + + [»{#}« çûšţöḿ ɓåçķĝŕöûñð one two three] + [»{#}« çûšţöḿ ɓåçķĝŕöûñðš one two three] + [»{#}« çĥåŕåçţéŕ one two] [»{#}« çĥåŕåçţéŕš one two] diff --git a/app/src/main/res/values-en-rXA/strings.xml b/app/src/main/res/values-en-rXA/strings.xml index 15a827f8b4..04eedc3f85 100644 --- a/app/src/main/res/values-en-rXA/strings.xml +++ b/app/src/main/res/values-en-rXA/strings.xml @@ -324,6 +324,7 @@ [Çåñ’ţ ƒîñð ŵĥåţ ýöû’ŕé ļööķîñĝ ƒöŕ¿ Çĥéçķ öûţ ţĥé [Åççéššîɓîļîţý](öñÅççéššîɓîļîţýÇļîçķ) šéţţîñĝš. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fiveteen sixteen seventeen] [ĥţţþš://šûþþöŕţ.åþþļé.çöḿ/éñ-ûš/ĤŢ202039 one two three four five] [Åþþļîçåţîöñ Åçţîöñš one two three] + [Åðð ţö ŠéŕVéŕ one two] [¡¡»{itemName}«¡¡ ĥåš ɓééñ þûŕçĥåšéð åñð ŵîļļ ɓé åVåîļåɓļé îñ ¡¡»{applicationName}«¡¡. one two three four five six seven] [Ḿåšţéŕ one two] [Ûñķñöŵñ one two] @@ -1184,6 +1185,7 @@ [Ñéŵ¡ νîðéö βåçķĝŕöûñðš one two three] [Ñöñé one] [Ýöû’Vé ĥîţ ţĥé ļîḿîţ öƒ »{maxCustomBackgrounds}«¡ Ŕîĝĥţ çļîçķ ţö ŕéḿöVé å ɓåçķĝŕöûñð ɓéƒöŕé åððîñĝ åñöţĥéŕ. one two three four five six seven eight nine] + [Ûþļöåð ûþ ţö »{maxCustomBackgrounds}«, þöŵéŕéð ɓý Ñîţŕö¡ one two three four] [Ûþļöåð ýöûŕ öŵñ çûšţöḿ ɓåçķĝŕöûñð, þöŵéŕéð ɓý Ñîţŕö¡ one two three four five six] [Ĝéţ ýöûŕ öŵñ çûšţöḿ Vîðéö ɓåçķĝŕöûñðš åñð ḿöŕé ŵîţĥ Ðîšçöŕð Ñîţŕö¡ one two three four five six seven eight] [Šŵîţçĥ Çåḿéŕå one two] @@ -2096,11 +2098,6 @@ [Çûšţöḿ ÎñVîţé Ļîñķ one two three] [Ḿåķé ýöûŕ šéŕVéŕ éåšîļý åççéššîɓļé ŵîţĥ å ƒåñçý çûšţöḿ îñVîţé ļîñķ öƒ ýöûŕ çĥööšîñĝ. βé åŵåŕé ţĥåţ ţĥîš ḿåķéš ýöûŕ šéŕVéŕ þûɓļîçļý åVåîļåɓļé ţö åñýöñé ŵĥö ûšéš ţĥîš ļîñķ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fiveteen] [Ķééþ îñ ḿîñð ţĥåţ ŵé ḿåý ţåķé ɓåçķ çûšţöḿ îñVîţé ļîñķš îƒ ŵé ðîšçöVéŕ åɓûšé öŕ îƒ ţĥéŕé\'š åñ îñţéļļéçţûåļ þŕöþéŕţý çöñƒļîçţ. one two three four five six seven eight nine ten eleven twelve thirteen] - [Ŕöļé Šéţţîñĝš one two] - [Šéţ Îçöñš one two] - [Ĝöţ îţ one two] - [Ŵåñţ ýöûŕ ŕöļéš ţö šţåñð öûţ¿ Šéţ å ûñîQûé îçöñ ƒöŕ éåçĥ ŕöļé ŵîţĥ ŠéŕVéŕ βööšţîñĝ. Ĝö ţö **ŠéŕVéŕ Šéţţîñĝš > Ŕöļéš** ţö çĥéçķ îţ öûţ. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fiveteen sixteen seventeen nineteen twenty one two three] - [Ŵåñţ ýöûŕ ŕöļéš ţö šţåñð öûţ¿ Ţŕý šéţţîñĝ å çûšţöḿ îḿåĝé öŕ éḿöĵî ƒöŕ éåçĥ ŕöļé îñ **ŠéŕVéŕ Šéţţîñĝš > Ŕöļéš**. one two three four five six seven eight nine ten eleven twelve] [Çûšţöḿ Šţåţûš one two] [Çļéåŕ åƒţéŕ one two] [Çļéåŕ Šţåţûš one two] @@ -2447,6 +2444,10 @@ [Ŵåţçĥîñĝ îñ ¡¡»{guildName}«¡¡ one two three] [Éñĵöý ÝöûŢûɓé Vîðéöš ţöĝéţĥéŕ ðîŕéçţļý îñšîðé ţĥé Vöîçé çĥåññéļ¡ one two three four five six seven] [Ŵåţçĥ ÝöûŢûɓé ŵîţĥ ýöûŕ ƒŕîéñðš¡ one two three four] + [Ļööķš ļîķé ýöû\'ŕé åļŕéåðý îñ **¡¡»{currentApplicationName}«¡¡**. Åŕé ýöû šûŕé ýöû ŵåñţ ţö šŵîţçĥ ţö **¡¡»{targetApplicationName}«¡¡**¿ one two three four five six seven eight nine ten eleven twelve thirteen fourteen fiveteen] + [Ýöû šûŕé¿ one two] + [åñ ÅçţîVîţý one two] + [åñöţĥéŕ ÅçţîVîţý one two three] [Éḿöĵî one] [Åðð ţö FåVöŕîţéš one two three] [ÅVåîļåɓļé ŵîţĥ Ñîţŕö one two three] @@ -3625,7 +3626,7 @@ [Ţöö ḿåñý ñöţîƒîçåţîöñš one two three] [Çåñ ýöû ţéļļ ûš ḿöŕé¿ one two three] [Ţĥéŕé îš ñö åçţîVîţý îñ ţĥîš šéŕVéŕ one two three four] - [Ţöö ḿûçĥ åçţîVîţý îñ šéŕVéŕ one two three four] + [Ţöö ḿûçĥ åçţîVîţý îñ ţĥîš šéŕVéŕ one two three four] [Ţĥåñķš ƒöŕ ýöûŕ ƒééðɓåçķ¡ Fééðɓåçķ ļîķé ýöûŕš ĥéļþš ûš îḿþŕöVé Ðîšçöŕð. one two three four five six seven eight] [ŠéŕVéŕ çöñţéñţ åñð/öŕ ḿéḿɓéŕš ḿåðé ḿé ûñçöḿƒöŕţåɓļé one two three four five six] [Î åḿ ñöţ îñţéŕéšţéð îñ ţĥé ţöþîç öƒ ţĥîš šéŕVéŕ one two three four five six] @@ -3876,7 +3877,7 @@ [Ûþļöåð Îḿåĝé one two] [Ŵé ŕéçöḿḿéñð åñ îḿåĝé ţĥåţ’š åţ ļéåšţ 1500þх ŵîðé åñð 500þх ţåļļ. one two three four five six seven eight nine ten eleven twelve thirteen] [ÇöVéŕ þĥöţö one two] - [(ÞĻÅÇÉĤÖĻÐÉŔ) one two] + [Ļéţ ƒöļķš ķñöŵ ŵĥåţ’š ĝŕéåţ åɓöûţ Þŕéḿîûḿ Ḿéḿɓéŕšĥîþ öñ ýöûŕ šéŕVéŕ one two three four five six seven eight] [Ðéšçŕîþţîöñ one two] [Ñéŵ Ţîéŕ one two] [Åðð å ɓéñéƒîţ one two] @@ -4026,6 +4027,8 @@ [Ţŕý îţ¡ one two] [€[**¡¡»{user}«¡¡**](ûšéŕĤööķ) çŕéåţéð åñ åññöûñçéḿéñţ ţĥŕéåð €[**¡¡»{target}«¡¡**](ţåŕĝéţĤööķ) one two three four five six seven eight nine ten eleven twelve thirteen fourteen] [€[**¡¡»{user}«¡¡**](ûšéŕĤööķ) åððéð €[**¡¡»{target}«¡¡**](ţåŕĝéţĤööķ) ţö ţĥé šéŕVéŕ one two three four five six seven eight nine ten eleven twelve thirteen] + [Šéţ ţĥé çĥåññéļ ɓåññéŕ one two three] + [ŔéḿöVéð ţĥé çĥåññéļ ɓåññéŕ one two three four] [Çĥåñĝéð ţĥé ɓîţŕåţé ţö **¡¡»{newValue}«¡¡** one two three four] [Šéţ ţĥé ɓîţŕåţé ţö **¡¡»{newValue}«¡¡** one two three four] [€[**¡¡»{user}«¡¡**](ûšéŕĤööķ) çŕéåţéð å çåţéĝöŕý €[**¡¡»{target}«¡¡**](ţåŕĝéţĤööķ) one two three four five six seven eight nine ten eleven twelve thirteen] @@ -4078,6 +4081,7 @@ [**Çļéåŕéð** ţĥé îñåçţîVé çĥåññéļ one two three four] [Šéţ ţĥé îñåçţîVé ţîḿéöûţ ţö **¡¡»{newValue}«¡¡** ḿîñûţéš one two three four five] [Šéţ ţĥé šéŕVéŕ ɓåññéŕ one two three] + [ŔéḿöVéð ţĥé šéŕVéŕ ɓåññéŕ one two three] [Šéţ ţĥé ðéƒåûļţ ḿéššåĝé ñöţîƒîçåţîöñ šéţţîñĝ ţö **Åļļ Ḿéššåĝéš** one two three four five six seven] [Šéţ ţĥé ðéƒåûļţ ḿéššåĝé ñöţîƒîçåţîöñ šéţţîñĝ ţö **Öñļý Ḿéñţîöñš** one two three four five six seven] [Šéţ ţĥé šéŕVéŕ ðéšçŕîþţîöñ ţö **¡¡»{newValue}«¡¡** one two three four five] @@ -4092,6 +4096,8 @@ [Šéţ ţĥé šéŕVéŕ ñåḿé ţö **¡¡»{newValue}«¡¡** one two three four] [Þåššéð öŵñéŕšĥîþ ţö **¡¡»{newValue}«¡¡** one two three four] [Šéţ ţĥé þŕéƒéŕŕéð ļöçåļé ţö **¡¡»{newValue}«¡¡** one two three four five] + [Ţûŕñéð **öƒƒ** ţĥé βööšţ þŕöĝŕéšš ɓåŕ one two three four five] + [Ţûŕñéð **öñ** ţĥé βööšţ þŕöĝŕéšš ɓåŕ one two three four five] [Šéţ ţĥé Vöîçé ŕéĝîöñ ţö **¡¡»{newValue}«¡¡** one two three four] [Šéţ ţĥé ŕûļéš çĥåññéļ ţö **¡¡»{newValue}«¡¡** one two three four] [**Çļéåŕéð** ţĥé ŕûļéš çĥåññéļ one two three four] @@ -6156,8 +6162,8 @@ [Ḿéḿɓéŕš ŵîţĥ ţĥîš þéŕḿîššîöñ çåñ ðŕåĝ öţĥéŕ ḿéḿɓéŕš öûţ öƒ ţĥîš çĥåññéļ. Ţĥéý çåñ öñļý ḿöVé ḿéḿɓéŕš ɓéţŵééñ çĥåññéļš ɓöţĥ ţĥéý åñð ţĥé ḿéḿɓéŕ ţĥéý åŕé ḿöVîñĝ ĥåVé åççéšš. one two three four five six seven eight nine ten eleven twelve thirteen fourteen fiveteen] [ḾöVé Ţö one two] [Ûšéŕ ĥåš ɓééñ ḿöVéð ţö ţĥé šéļéçţéð çĥåññéļ. one two three four five] - [Åļéŕţ Çļéåŕéð one two] - [Ñö Åļéŕţ Šĥöŵîñĝ one two three] + [Åļéŕţ Çļéåŕéð one two] + [Ñö Åļéŕţ Šĥöŵîñĝ one two three] [Ñéŵ ñöţîƒîçåţîöñ one two three] [ŔéḿöVé »%1$s« one two] [Ḿöŕé ţĥåñ %1$d ñéŵ ñöţîƒîçåţîöñš one two three four] @@ -7701,6 +7707,7 @@ [Šĥöŵ éḿöĵî ŕéåçţîöñš öñ ḿéššåĝéš one two three four] [Ŕéöŕðéŕ one two] [Ŕéöŕðéŕîñĝ Çĥåññéļš one two three] + [Ŕéþļý îñ Ţĥŕéåð one two three] [ÖFF one] [Çļîçķ ţö éñåɓļé þîñĝîñĝ ţĥé öŕîĝîñåļ åûţĥöŕ. one two three four five] [ÖÑ one] @@ -9462,7 +9469,7 @@ [Ýöû åŕé åţ ţĥé »{quantity}« šéŕVéŕ ļîḿîţ. Ýöû ḿûšţ ļéåVé å šéŕVéŕ ƒîŕšţ ţö ĵöîñ. one two three four five six seven eight] [Öĥ ñö¡ one two] [Ýöû ḿûšţ ļéåVé å šéŕVéŕ ƒîŕšţ ţö ĵöîñ. one two three four five] - [Ýöû åŕé åţ ţĥé 100 šéŕVéŕ ļîḿîţ. one two three four] + [Ýöû åŕé åţ ţĥé »{quantity}« šéŕVéŕ ļîḿîţ. one two three four] [Ţĥîš öþţîöñ îš ñöţ åVåîļåɓļé ƒöŕ Çöḿḿûñîţý šéŕVéŕš. one two three four five six] [Ţĥîš îš ŕéQûîŕéð ƒöŕ ðîšçöVéŕåɓļé šéŕVéŕš. Ðîšåɓļé ÐîšçöVéŕý ƒîŕšţ ţö ðö ţĥîš. one two three four five six seven eight nine] [Ţöţåļ Ḿéḿɓéŕš one two] @@ -10058,6 +10065,7 @@ [Ŵåññå çĥåñĝé ýöûŕ ɓåçķĝŕöûñð¿ one two three four] [Ýåý¡ Ýöû’ŕé ûšîñĝ åñ åŵéšöḿé ɓåçķĝŕöûñð one two three four five] [Ñö ɓåçķĝŕöûñð ŕîĝĥţ ñöŵ¿ Ñö ŵöŕŕîéš¡ one two three four five] + [Ûĥ öĥ¡ Šöḿéţĥîñĝ ŵéñţ ŵŕöñĝ ŵĥéñ šéţţîñĝ ýöûŕ ɓåçķĝŕöûñð. Þļéåšé ţŕý åĝåîñ öŕ ûšé å ðéŕéñţ ɓåçķĝŕöûñð. one two three four five six seven eight nine ten eleven] [Ţéļļ ûš åɓöûţ ýöûŕ Vîðéö ɓåçķĝŕöûñðš éхþéŕîéñçé. one two three four five six] [Ĥöŵ ŵéŕé Vîðéö ɓåçķĝŕöûñðš¿ one two three four] [Ţĥé ɓåçķĝŕöûñð ðéţéçţîöñ ŵåš ñöţ åççûŕåţé one two three four five] diff --git a/app/src/main/res/values-es-rES/strings.xml b/app/src/main/res/values-es-rES/strings.xml index 8d933dbdeb..63e566cb7a 100644 --- a/app/src/main/res/values-es-rES/strings.xml +++ b/app/src/main/res/values-es-rES/strings.xml @@ -8531,7 +8531,6 @@ Has alcanzado el límite de {quantity} servidores. Para unirte, primero debes abandonar un servidor. ¡Oh, no! Para unirte, primero debes abandonar un servidor. - Has alcanzado el límite de 100 servidores. Esta opción no está disponible para los servidores de comunidades. Esto es obligatorio para los servidores de Descubrimiento. Para hacerlo, primero deshabilita Descubrimiento. Total de miembros diff --git a/app/src/main/res/values-fi/strings.xml b/app/src/main/res/values-fi/strings.xml index 6f0b20c7da..1a37b74477 100644 --- a/app/src/main/res/values-fi/strings.xml +++ b/app/src/main/res/values-fi/strings.xml @@ -8690,7 +8690,6 @@ {quantity} palvelimen liittymisrajoitus on täyttynyt osaltasi. Poistu ensin joltakin palvelimelta, jos haluat liittyä uudelle palvelimelle. Oi ei! Poistu ensin joltakin palvelimelta, jos haluat liittyä uudelle palvelimelle. - 100 palvelimen raja on täyttynyt. Tämä asetus ei ole käytettävissä yhteisöpalvelimilla. Tämä on pakollinen haettavissa olevilla palvelimilla. Poista palvelinhaku ensin käytöstä, jotta voit tehdä tämän. Jäseniä yhteensä diff --git a/app/src/main/res/values-fr/strings.xml b/app/src/main/res/values-fr/strings.xml index f0aab5a398..591cfd8f9e 100644 --- a/app/src/main/res/values-fr/strings.xml +++ b/app/src/main/res/values-fr/strings.xml @@ -8692,7 +8692,6 @@ Tu as atteint la limite de {quantity} serveurs. Tu dois quitter un serveur avant d’en rejoindre un nouveau. Oh non ! Tu dois quitter un serveur avant d\'en rejoindre un nouveau. - Tu as atteint la limite de 100 serveurs rejoints. Cette option n\'est pas disponible pour les serveurs de communauté. Ceci est obligatoire pour les serveurs en mode Découverte. Désactive Découverte si tu veux faire cela. Total des membres diff --git a/app/src/main/res/values-hi/strings.xml b/app/src/main/res/values-hi/strings.xml index 1e79dbf078..febe0f0f3c 100644 --- a/app/src/main/res/values-hi/strings.xml +++ b/app/src/main/res/values-hi/strings.xml @@ -8690,7 +8690,6 @@ आप {quantity} सर्वर लिमिट पर हैं. जुड़ने के लिए आपको कम से कम एक सर्वर छोड़ना होगा. अरे नहीं! जुड़ने के लिए आपको कम से कम एक सर्वर छोड़ना होगा. - आप 100 सर्वर लिमिट पर हैं. यह विकल्प कम्युनिटी सर्वर के लिए उपलब्ध नहीं है. यह डिस्कवर किए जा सकने वाले सर्वर के लिए ज़रूरी है. इसे करने के लिए पहले डिस्कवरी को ऑफ करें. कुल मेम्बर diff --git a/app/src/main/res/values-hr/strings.xml b/app/src/main/res/values-hr/strings.xml index 24fdb323bd..fa2bd2d599 100644 --- a/app/src/main/res/values-hr/strings.xml +++ b/app/src/main/res/values-hr/strings.xml @@ -8690,7 +8690,6 @@ Dosegnuto je ograničenje servera od {quantity}. Prvo moraš napustiti server da bi se pridružio/la. Ajoj! Prvo moraš napustiti server da bi se pridružio/la. - Nalaziš se na ograničenju od 100 servera. Ta opcija Serverima zajednice nije dostupna. Za servere koje je moguće otkriti ovo je obavezno. Da bi to bilo obavljeno, prvo moraš onemogućiti otkrivanje. Ukupno članova diff --git a/app/src/main/res/values-hu/strings.xml b/app/src/main/res/values-hu/strings.xml index 696e7af99b..01330facba 100644 --- a/app/src/main/res/values-hu/strings.xml +++ b/app/src/main/res/values-hu/strings.xml @@ -8689,7 +8689,6 @@ Elérted a következő szerverlimitet: {quantity}. A csatlakozáshoz előbb el kell hagynod egy szervert. Ó, ne! A csatlakozáshoz előbb el kell hagynod egy szervert. - Elérted a szervercsatlakozás 100-as felső határát. Ez a lehetőség közösségi szerverek esetén nem érhető el. Ez a felfedezhető szervereknél szükséges. Ehhez elsőként tiltsd le a felfedezést. Tagok száma összesen diff --git a/app/src/main/res/values-it/strings.xml b/app/src/main/res/values-it/strings.xml index eb173df806..608a675544 100644 --- a/app/src/main/res/values-it/strings.xml +++ b/app/src/main/res/values-it/strings.xml @@ -8695,7 +8695,6 @@ Hai raggiunto il limite di {quantity} server. Devi prima lasciarne uno per poterti unire. Oh no! Devi prima lasciare un server per poterti unire. - Hai raggiunto il limite di 100 server. Quest\'opzione non è disponibile per i Server di community. È un requisito per i server che possono essere trovati. Devi prima disattivare Esplora. Membri totali diff --git a/app/src/main/res/values-ja/strings.xml b/app/src/main/res/values-ja/strings.xml index 93e13e90b6..f8d26a173e 100644 --- a/app/src/main/res/values-ja/strings.xml +++ b/app/src/main/res/values-ja/strings.xml @@ -8700,7 +8700,6 @@ {quantity}サーバーの上限に達しています。参加するには、1つ以上のサーバーから脱退する必要があります。 申し訳ありません。 参加するには、1つ以上のサーバーから脱退する必要があります。 - サーバー数上限(100)に達しました。 このオプションはコミュニティサーバーではご利用いただけません。 これは発見の対象になっているサーバーに対して必須です。これを行うためには、まず発見を無効にしてください。 メンバー合計 diff --git a/app/src/main/res/values-ko/strings.xml b/app/src/main/res/values-ko/strings.xml index 7bd033880f..ca41328ce2 100644 --- a/app/src/main/res/values-ko/strings.xml +++ b/app/src/main/res/values-ko/strings.xml @@ -8695,7 +8695,6 @@ 서버 제한인 {quantity}개에 도달했어요. 다른 서버에서 나가야지 참가할 수 있어요. 이런! 서버에서 나가야지 참가할 수 있어요. - 서버는 100개까지만 만들 수 있어요. 커뮤니티 서버에서는 사용할 수 없어요. 서버 찾기에 필요해요. 먼저 서버 찾기를 끄세요. 총 멤버 수 diff --git a/app/src/main/res/values-lt/strings.xml b/app/src/main/res/values-lt/strings.xml index 826a74c59c..c639dfce5e 100644 --- a/app/src/main/res/values-lt/strings.xml +++ b/app/src/main/res/values-lt/strings.xml @@ -8690,7 +8690,6 @@ Pasiekei serverių skaičiaus ribą ({quantity}). Jei nori prisijungti, prieš tai turi išeiti iš serverio. O ne! Jei nori prisijungti, prieš tai turi palikti serverį. - Pasiekei 100 serverių limitą. Ši parinktis negalima bendruomenės serveriams. Tai yra privaloma atrandamiesiems serveriams. Norėdamas tai padaryti, pirmiausia išjunk atradimo funkciją. Bendras narių skaičius diff --git a/app/src/main/res/values-nl/strings.xml b/app/src/main/res/values-nl/strings.xml index c83e1efeab..ad1222d7f0 100644 --- a/app/src/main/res/values-nl/strings.xml +++ b/app/src/main/res/values-nl/strings.xml @@ -8693,7 +8693,6 @@ Je hebt de serverlimiet van {quantity} leden bereikt. Je moet een server verlaten om lid te worden. Balen! Je moet een server verlaten om je aan te sluiten. - Je hebt de serverlimiet van 100 bereikt. Deze optie is niet beschikbaar voor communityservers. Dit is vereist voor vindbare servers. Schakel Ontdekking hiervoor eerst uit. Totaal aantal leden diff --git a/app/src/main/res/values-no/strings.xml b/app/src/main/res/values-no/strings.xml index 5ab11b64f8..7b06641e5e 100644 --- a/app/src/main/res/values-no/strings.xml +++ b/app/src/main/res/values-no/strings.xml @@ -8527,7 +8527,6 @@ Du har nådd grensen på {quantity} servere. Du må forlate en server før du kan bli med på denne. Å nei! Du må forlate en server før du kan bli med på denne. - Du har nådd grensen på 100 servere. Dette alternativet er ikke tilgjengelig for fellesskapsservere. Dette er påkrevd for servere som kan oppdages. Deaktiver oppdagelse først for å kunne gjøre dette. Totalt antall medlemmer diff --git a/app/src/main/res/values-pl/strings.xml b/app/src/main/res/values-pl/strings.xml index 52bcca52b4..dcaff31b4d 100644 --- a/app/src/main/res/values-pl/strings.xml +++ b/app/src/main/res/values-pl/strings.xml @@ -8699,7 +8699,6 @@ Osiągnięto limit serwerów wynoszący {quantity}. Musisz najpierw opuścić jakiś serwer, by dołączyć do kolejnego. O nie! Musisz najpierw opuścić jakiś serwer, by dołączyć do kolejnego. - Osiągnięto limit serwerów wynoszący 100. Ta opcja nie jest dostępna dla serwerów społeczności. Ta opcja jest wymagana w przypadku wyszukiwalnych serwerów. By to zrobić, wyłącz najpierw Wyszukiwanie. Wszyscy członkowie diff --git a/app/src/main/res/values-pt-rBR/strings.xml b/app/src/main/res/values-pt-rBR/strings.xml index 5d3de55651..bc554c1701 100644 --- a/app/src/main/res/values-pt-rBR/strings.xml +++ b/app/src/main/res/values-pt-rBR/strings.xml @@ -8641,7 +8641,6 @@ Você atingiu o limite de {quantity} servidores. Saia de um servidor antes de entrar em outro. Ih, rapaz! Saia de um servidor antes de entrar em outro. - Você está no limite de 100 servidores. Esta opção não está disponível para servidores da comunidade. Isto é obrigatório para servidores do Descobrir. Desative o Descobrir antes de fazer isto. Total de membros diff --git a/app/src/main/res/values-ro/strings.xml b/app/src/main/res/values-ro/strings.xml index 8477fea0f1..e414eef3cd 100644 --- a/app/src/main/res/values-ro/strings.xml +++ b/app/src/main/res/values-ro/strings.xml @@ -8690,7 +8690,6 @@ Ai atins limita de {quantity} servere. Mai întâi trebuie să părăsești un server pentru a te alătura. Oh, nu! Dacă vrei să te alături, mai întâi trebuie să părăsești un server. - Ai atins limita de 100 de servere. Această opțiune nu e disponibilă pentru serverele comunitare. Funcția e necesară pentru ca serverele să poată fi descoperite. Pentru a continua, dezactivează mai întâi Descoperire. Total membri diff --git a/app/src/main/res/values-ru/strings.xml b/app/src/main/res/values-ru/strings.xml index 8f61ebda7c..573dee8954 100644 --- a/app/src/main/res/values-ru/strings.xml +++ b/app/src/main/res/values-ru/strings.xml @@ -8700,7 +8700,6 @@ Вы достигли лимита в {quantity} серверов. Чтобы присоединиться к новому серверу, покиньте один из имеющихся. О нет! Чтобы присоединиться к новому серверу, покиньте один из имеющихся серверов. - Достигнут лимит в 100 серверов. Данная функция недоступна для серверов сообщества. Обязательно для участвующих в «Путешествии» серверов. Отключите «Путешествие», чтобы воспользоваться этой функцией. Всего участников diff --git a/app/src/main/res/values-sv-rSE/strings.xml b/app/src/main/res/values-sv-rSE/strings.xml index 3557ccfe00..e9bafa389d 100644 --- a/app/src/main/res/values-sv-rSE/strings.xml +++ b/app/src/main/res/values-sv-rSE/strings.xml @@ -8531,7 +8531,6 @@ Du har nått maxgränsen {quantity} servrar. Du måste först lämna en server för att kunna gå med. Åh nej! Du måste först lämna en server för att kunna gå med. - Du har nått gränsen på 100 servrar. Det här alternativet är inte tillgängligt för communityservrar. Detta krävs för identifieringsbara servrar. Avaktivera Identifiering först för att göra det här. Medlemmar sammanlagt diff --git a/app/src/main/res/values-th/strings.xml b/app/src/main/res/values-th/strings.xml index a6502fa4bd..e46398448d 100644 --- a/app/src/main/res/values-th/strings.xml +++ b/app/src/main/res/values-th/strings.xml @@ -8695,7 +8695,6 @@ คุณถึงขีดจำกัด {quantity} ของเซิร์ฟเวอร์แล้ว คุณต้องออกจากเซิร์ฟเวอร์ก่อนจึงจะเข้าร่วมได้ โอ้ไม่นะ! คุณต้องออกจากเซิร์ฟเวอร์ก่อนเพื่อเข้าร่วม - คุณถึงขีดจำกัด 100 เซิร์ฟเวอร์ ไม่มีตัวเลือกนี้ในเซิร์ฟเวอร์ชุมชน ต้องใช้ข้อนี้ในเซิร์ฟเวอร์ที่ค้นหาได้ ปิดใช้งานการค้นพบก่อนดำเนินการนี้ สมาชิกทั้งหมด diff --git a/app/src/main/res/values-tr/strings.xml b/app/src/main/res/values-tr/strings.xml index 9c7af1a968..2272cacf68 100644 --- a/app/src/main/res/values-tr/strings.xml +++ b/app/src/main/res/values-tr/strings.xml @@ -8699,7 +8699,6 @@ {quantity} sunucu sınırına ulaştın. Katılmak için önce bir sunucudan ayrılmalısın. Olamaz! Katılmak için önce bir sunucudan ayrılmalısın. - 100 sunucu sınırındasın. Bu seçenek Topluluk sunucuları için etkin değil. Bu, keşfedilebilir sunucular için gereklidir. Bunu yapmak için önce Keşif\'i devre dışı bırak. Toplam Üye Sayısı diff --git a/app/src/main/res/values-uk/strings.xml b/app/src/main/res/values-uk/strings.xml index 6b25320ae8..955fea081f 100644 --- a/app/src/main/res/values-uk/strings.xml +++ b/app/src/main/res/values-uk/strings.xml @@ -8690,7 +8690,6 @@ Досягнуто дозволений ліміт серверів ({quantity}). Спочатку ти маєш залишити якийсь сервер, перш ніж приєднатися. О ні! Спочатку ти маєш залишити якийсь сервер, перш ніж приєднатися. - Ти сягнув обмеження в 100 серверів. Цей параметр недоступний для серверів спільноти. Це необхідно для серверів із категорії «Знайомство з серверами». Щоб зробити це, спочатку вимкни участь у знайомстві. Усього гравців diff --git a/app/src/main/res/values-vi/strings.xml b/app/src/main/res/values-vi/strings.xml index 15144d3aff..713f62e395 100644 --- a/app/src/main/res/values-vi/strings.xml +++ b/app/src/main/res/values-vi/strings.xml @@ -8690,7 +8690,6 @@ Bạn đã đạt giới hạn {quantity} máy chủ. Hãy rời một máy chủ để tham gia. Ôi không! Bạn phải rời một máy chủ trước để có thể tham gia. - Bạn đã đạt giới hạn 100 máy chủ. Tùy chọn này không có trên máy chủ Cộng Đồng. Các máy chủ có thể được tìm thấy bắt buộc phải có chức năng này. Vô hiệu hóa Khám Phá trước để làm việc này. Tổng số Thành viên diff --git a/app/src/main/res/values-zh-rCN/strings.xml b/app/src/main/res/values-zh-rCN/strings.xml index c946f3365c..c954cd0b86 100644 --- a/app/src/main/res/values-zh-rCN/strings.xml +++ b/app/src/main/res/values-zh-rCN/strings.xml @@ -8694,7 +8694,6 @@ 您已达到{quantity}服务器上限。您必须先退出一个服务器,才能加入新的。 糟糕! 要想加入,您必须先退出一个服务器。 - 您已达到 100 服务器上限。 该选项不适用于社区服务器。 这对于可发现服务器是必需的。如要继续,请先关闭“发现服务器”。 成员总数 diff --git a/app/src/main/res/values-zh-rTW/strings.xml b/app/src/main/res/values-zh-rTW/strings.xml index 57e36c34cd..9e40053173 100644 --- a/app/src/main/res/values-zh-rTW/strings.xml +++ b/app/src/main/res/values-zh-rTW/strings.xml @@ -8694,7 +8694,6 @@ 您已經達到 {quantity} 個伺服器的上限,您必須先退出一個伺服器才能加入。 噢噢! 您必須退出一台伺服器才能加入。 - 您目前已達 100 台伺服器的上限。 社群伺服器無法使用此選項。 可供探索的伺服器有這項要求。如要執行此動作,請先停用探索功能。 成員總數 diff --git a/app/src/main/res/values/plurals.xml b/app/src/main/res/values/plurals.xml index 44baeee8cd..1947d37b07 100644 --- a/app/src/main/res/values/plurals.xml +++ b/app/src/main/res/values/plurals.xml @@ -160,6 +160,10 @@ {#} background {#} backgrounds + + {#} custom background + {#} custom backgrounds + {#} character {#} characters diff --git a/app/src/main/res/values/public.xml b/app/src/main/res/values/public.xml index d487915161..4c61a43a4d 100644 --- a/app/src/main/res/values/public.xml +++ b/app/src/main/res/values/public.xml @@ -10554,360 +10554,361 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -14786,9964 +14787,9972 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 1b513706dc..6eb40f2931 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -325,6 +325,7 @@ Can’t find what you’re looking for? Check out the [Accessibility](onAccessibilityClick) settings. https://support.apple.com/en-us/HT202039 Application Actions + Add to Server !!{itemName}!! has been purchased and will be available in !!{applicationName}!!. Master Unknown @@ -1186,6 +1187,7 @@ New! Video Backgrounds None You’ve hit the limit of {maxCustomBackgrounds}! Right click to remove a background before adding another. + Upload up to {maxCustomBackgrounds}, powered by Nitro! Upload your own custom background, powered by Nitro! Get your own custom video backgrounds and more with Discord Nitro! Switch Camera @@ -1511,7 +1513,7 @@ Select a color Transparency Use Default - 019b6ff2646845b190c3d7ed158927a5 + 6a83c34f7422454892d7106311465085 Coming Soon Slash command application {applicationName} {applicationName} application @@ -2100,11 +2102,6 @@ Custom Invite Link Make your server easily accessible with a fancy custom invite link of your choosing. Be aware that this makes your server publicly available to anyone who uses this link. Keep in mind that we may take back custom invite links if we discover abuse or if there\'s an intellectual property conflict. - Role Settings - Set Icons - Got it - Want your roles to stand out? Set a unique icon for each role with Server Boosting. Go to **Server Settings > Roles** to check it out. - Want your roles to stand out? Try setting a custom image or emoji for each role in **Server Settings > Roles**. Custom Status Clear after Clear Status @@ -2453,6 +2450,10 @@ Watching in !!{guildName}!! Enjoy YouTube videos together directly inside the voice channel! Watch YouTube with your friends! + Looks like you\'re already in **!!{currentApplicationName}!!**. Are you sure you want to switch to **!!{targetApplicationName}!!**? + You sure? + an Activity + another Activity Emoji Add to Favorites Available with Nitro @@ -3641,7 +3642,7 @@ Too many notifications Can you tell us more? There is no activity in this server - Too much activity in server + Too much activity in this server Thanks for your feedback! Feedback like yours helps us improve Discord. Server content and/or members made me uncomfortable I am not interested in the topic of this server @@ -3892,7 +3893,7 @@ Upload Image We recommend an image that’s at least 1500px wide and 500px tall. Cover photo - (PLACEHOLDER) + Let folks know what’s great about Premium Membership on your server Description New Tier Add a benefit @@ -4042,6 +4043,8 @@ Try it! $[**!!{user}!!**](userHook) created an announcement thread $[**!!{target}!!**](targetHook) $[**!!{user}!!**](userHook) added $[**!!{target}!!**](targetHook) to the server + Set the channel banner + Removed the channel banner Changed the bitrate to **!!{newValue}!!** Set the bitrate to **!!{newValue}!!** $[**!!{user}!!**](userHook) created a category $[**!!{target}!!**](targetHook) @@ -4094,6 +4097,7 @@ **Cleared** the inactive channel Set the inactive timeout to **!!{newValue}!!** minutes Set the server banner + Removed the server banner Set the default message notification setting to **All Messages** Set the default message notification setting to **Only Mentions** Set the server description to **!!{newValue}!!** @@ -4108,6 +4112,8 @@ Set the server name to **!!{newValue}!!** Passed ownership to **!!{newValue}!!** Set the preferred locale to **!!{newValue}!!** + Turned **off** the Boost progress bar + Turned **on** the Boost progress bar Set the voice region to **!!{newValue}!!** Set the rules channel to **!!{newValue}!!** **Cleared** the rules channel @@ -6175,8 +6181,8 @@ Members with this permission can drag other members out of this channel. They can only move members between channels both they and the member they are moving have access. Move To User has been moved to the selected channel. - Alert Cleared - No Alert Showing + Alert Cleared + No Alert Showing New notification Remove %1$s More than %1$d new notifications @@ -7728,6 +7734,7 @@ Show emoji reactions on messages Reorder Reordering Channels + Reply in Thread OFF Click to enable pinging the original author. ON @@ -9489,7 +9496,7 @@ You are at the {quantity} server limit. You must leave a server first to join. Oh no! You must leave a server first to join. - You are at the 100 server limit. + You are at the {quantity} server limit. This option is not available for Community servers. This is required for discoverable servers. Disable Discovery first to do this. Total Members @@ -10087,6 +10094,7 @@ Wanna change your background? Yay! You’re using an awesome background No background right now? No worries! + Uh oh! Something went wrong when setting your background. Please try again or use a different background. Tell us about your video backgrounds experience. How were video backgrounds? The background detection was not accurate