1
0
Fork 0
mirror of https://github.com/anyproto/anytype-kotlin.git synced 2025-06-08 05:47:05 +09:00

DROID-2789 App | Tech | Optimize unsubscribe for global subscriptions (#1534)

This commit is contained in:
Evgenii Kozlov 2024-09-05 13:57:07 +02:00 committed by GitHub
parent 51ef35c45c
commit 63a658d515
Signed by: github
GPG key ID: B5690EEEBB952194
11 changed files with 664 additions and 135 deletions

View file

@ -213,7 +213,7 @@ fun StubCallout(
fun StubRelation(
relationKey: String = MockDataFactory.randomString(),
format: RelationFormat
format: RelationFormat = Relation.Format.SHORT_TEXT
): Relation = Relation(
key = relationKey,
name = MockDataFactory.randomString(),