Fix OpenStreetMap User-Agent and Story Rewatch Indicator

This commit is contained in:
daplugg23
2026-02-04 20:22:58 -06:00
parent 528adc6255
commit 1e6e9ada62
2 changed files with 2 additions and 2 deletions

View File

@@ -50,7 +50,7 @@ class MixerStories : Feature("MixerStories") {
ProtoEditor(buffer).apply {
edit {
getOrNull(2)?.removeIf {
it.toReader().getVarInt(7, 4) == 1L
(it.toReader().getVarInt(7, 4) ?: 0L) > 1L
}
}
}.toByteArray()