diff --git a/core/src/main/kotlin/me/rhunk/snapenhance/core/features/impl/MixerStories.kt b/core/src/main/kotlin/me/rhunk/snapenhance/core/features/impl/MixerStories.kt index e66344de..0e97b8e3 100644 --- a/core/src/main/kotlin/me/rhunk/snapenhance/core/features/impl/MixerStories.kt +++ b/core/src/main/kotlin/me/rhunk/snapenhance/core/features/impl/MixerStories.kt @@ -73,6 +73,9 @@ class MixerStories : Feature("MixerStories", loadParams = FeatureLoadParams.INIT val storyMap = mutableMapOf>() firstOrNull(3)?.toReader()?.eachBuffer(3) { + val storySubType = getVarInt(23) + // ignore friends of friends stories + if (storySubType == 39L) return@eachBuffer followPath(36) { eachBuffer(1) data@{ val userId = getString(8, 1) ?: return@data