From 12155239f6b0fd776fa07ac1b019840891d7450d Mon Sep 17 00:00:00 2001 From: feruz Date: Wed, 17 Jul 2024 08:43:54 +0300 Subject: [PATCH] update json --- android/app/src/main/assets/index.html | 12 ++++-------- ios/Runner/public/index.html | 16 ++++++---------- lib/core/models/broadcast_model.dart | 12 ++++-------- 3 files changed, 14 insertions(+), 26 deletions(-) diff --git a/android/app/src/main/assets/index.html b/android/app/src/main/assets/index.html index 1c6f026..01946eb 100644 --- a/android/app/src/main/assets/index.html +++ b/android/app/src/main/assets/index.html @@ -236,17 +236,13 @@ body: description, json_metadata: JSON.stringify({ tags: [ + "hive-125125", + "waves", "ecency", - "ios", - "android", "mobile", - "app", - "spknetwork", - "sagarkothari88", - "comment", - "reply", + "thread" ], - app: "Ecency-Waves", + app: "ecency-waves", format: "markdown+html", }), }, diff --git a/ios/Runner/public/index.html b/ios/Runner/public/index.html index 7d3a5c9..130f6e9 100644 --- a/ios/Runner/public/index.html +++ b/ios/Runner/public/index.html @@ -213,17 +213,13 @@ body: description, json_metadata: JSON.stringify({ tags: [ - "ecency", - "ios", - "android", - "mobile", - "app", - "spknetwork", - "sagarkothari88", - "comment", - "reply", + "hive-125125", + "waves", + "ecency", + "mobile", + "thread" ], - app: "Ecency-Waves", + app: "ecency-waves", format: "markdown+html", }), }, diff --git a/lib/core/models/broadcast_model.dart b/lib/core/models/broadcast_model.dart index 5a66a15..f15c047 100644 --- a/lib/core/models/broadcast_model.dart +++ b/lib/core/models/broadcast_model.dart @@ -54,17 +54,13 @@ class CommentBroadCastModel { 'body': comment, 'json_metadata': json.encode({ 'tags': [ + "hive-125125", + "waves", "ecency", - "ios", - "android", "mobile", - "app", - "spknetwork", - "sagarkothari88", - "comment", - "reply", + "thread" ], - 'app': "Ecency-Waves", + 'app': "ecency-waves", 'format': "markdown+html", }), };