package com.discord.stores; import com.discord.stores.StoreThreadsJoined; import d0.z.d.o; import kotlin.jvm.functions.Function0; /* compiled from: StoreThreadsJoined.kt */ public final class StoreThreadsJoined$observeRecentlyAutoUpgradedNotifications$1 extends o implements Function0 { public final /* synthetic */ long $threadId; public final /* synthetic */ StoreThreadsJoined this$0; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public StoreThreadsJoined$observeRecentlyAutoUpgradedNotifications$1(StoreThreadsJoined storeThreadsJoined, long j) { super(0); this.this$0 = storeThreadsJoined; this.$threadId = j; } @Override // kotlin.jvm.functions.Function0 /* renamed from: invoke */ public final StoreThreadsJoined.JoinedThread mo1invoke() { if (StoreThreadsJoined.access$hasRecentlyAutoUpgradedNotifications(this.this$0, this.$threadId)) { return this.this$0.getJoinedThread(this.$threadId); } return null; } }