aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/stackoverflow-chat/package.json
diff options
context:
space:
mode:
authorLibravatar Vijay A <avijayr@protonmail.com>2021-09-23 20:18:53 +0530
committerLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2021-09-23 20:19:48 +0530
commit1a4890a7a52ac34ca54c84b4e8b014ec7928632d (patch)
treec2c73bc91f2d95351eef777cc389e7907a16e16c /recipes/stackoverflow-chat/package.json
parentfeature: allow services to delineate favorites vs non-favorites in unread counts (diff)
downloadferdium-recipes-1a4890a7a52ac34ca54c84b4e8b014ec7928632d.tar.gz
ferdium-recipes-1a4890a7a52ac34ca54c84b4e8b014ec7928632d.tar.zst
ferdium-recipes-1a4890a7a52ac34ca54c84b4e8b014ec7928632d.zip
fix: implement unread count badge for 'stackoverflow-chat'
Diffstat (limited to 'recipes/stackoverflow-chat/package.json')
-rw-r--r--recipes/stackoverflow-chat/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/stackoverflow-chat/package.json b/recipes/stackoverflow-chat/package.json
index 688db65..4cbddeb 100644
--- a/recipes/stackoverflow-chat/package.json
+++ b/recipes/stackoverflow-chat/package.json
@@ -1,7 +1,7 @@
1{ 1{
2 "id": "stackoverflow-chat", 2 "id": "stackoverflow-chat",
3 "name": "Stackoverflow chat", 3 "name": "Stackoverflow chat",
4 "version": "1.0.0", 4 "version": "1.0.1",
5 "license": "MIT", 5 "license": "MIT",
6 "config": { 6 "config": {
7 "serviceURL": "https://chat.stackoverflow.com/", 7 "serviceURL": "https://chat.stackoverflow.com/",