aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/element/package.json
diff options
context:
space:
mode:
authorLibravatar Edgars <Edgars+GitHub@gaitenis.id.lv>2022-12-28 09:58:46 +0200
committerLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2023-01-02 13:23:19 +0530
commit7606f872a0728bbfa85db600e2aa7af84ae9fce6 (patch)
tree2917e6fe90ae1bb2160ca349836f3a17900ca8ba /recipes/element/package.json
parentUpdate pnpm to 7.21.0 (diff)
downloadferdium-recipes-7606f872a0728bbfa85db600e2aa7af84ae9fce6.tar.gz
ferdium-recipes-7606f872a0728bbfa85db600e2aa7af84ae9fce6.tar.zst
ferdium-recipes-7606f872a0728bbfa85db600e2aa7af84ae9fce6.zip
Use unread rooms count like Element app does
This change uses unread rooms instead of messages count like Element (web)app does Unread rooms count is extracted from the `title` tag.
Diffstat (limited to 'recipes/element/package.json')
-rw-r--r--recipes/element/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/element/package.json b/recipes/element/package.json
index d694444..3564eef 100644
--- a/recipes/element/package.json
+++ b/recipes/element/package.json
@@ -1,7 +1,7 @@
1{ 1{
2 "id": "element", 2 "id": "element",
3 "name": "Element", 3 "name": "Element",
4 "version": "1.3.2", 4 "version": "1.3.3",
5 "license": "MIT", 5 "license": "MIT",
6 "aliases": [ 6 "aliases": [
7 "Riot.im", 7 "Riot.im",