Skip to content

Commit

Permalink
remove incident messages (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
cmonfortep authored May 23, 2024
1 parent f51a6fb commit e4a1582
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 36 deletions.
16 changes: 3 additions & 13 deletions live/android-config/android-config.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,6 @@

{
"version": 18,
"messages": [
{
"id": "search_down_may_23",
"content": {
"messageType": "medium",
"titleText": "Announcement",
"descriptionText": "We're currently experiencing an issue with DuckDuckGo Search that might prevent you from getting results. Thanks for your patience while we get our ducks in a row…",
"placeholder": "CriticalUpdate"
},
"matchingRules": []
}
],
"version": 19,
"messages": [],
"rules": []
}
26 changes: 3 additions & 23 deletions live/ios-config/ios-config.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,5 @@
{
"version": 28,
"messages": [
{
"id": "search_down_may_23",
"content": {
"messageType": "medium",
"titleText": "Announcement",
"descriptionText": "We're currently experiencing an issue with DuckDuckGo Search that might prevent you from getting results. Thanks for your patience while we get our ducks in a row…",
"placeholder": "CriticalUpdate"
},
"matchingRules": [1]
}
],
"rules": [
{
"id": 1,
"attributes": {
"appVersion": {
"min": "7.118.0"
}
}
}
]
"version": 29,
"messages": [],
"rules": []
}

0 comments on commit e4a1582

Please sign in to comment.