Skip to content

Commit

Permalink
update json
Browse files Browse the repository at this point in the history
  • Loading branch information
feruzm committed Jul 17, 2024
1 parent 60a2d69 commit 1215523
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 26 deletions.
12 changes: 4 additions & 8 deletions android/app/src/main/assets/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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",
}),
},
Expand Down
16 changes: 6 additions & 10 deletions ios/Runner/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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",
}),
},
Expand Down
12 changes: 4 additions & 8 deletions lib/core/models/broadcast_model.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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",
}),
};
Expand Down

0 comments on commit 1215523

Please sign in to comment.