Skip to content

Commit 58e2d63

Browse files
committed
merge upstream
Signed-off-by: Shea <nu@she-a.eu>
2 parents a525160 + 4d6137b commit 58e2d63

39 files changed

Lines changed: 1310 additions & 373 deletions
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
default: minor
3+
---
4+
5+
# Added a GIF search functionality
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
default: patch
3+
---
4+
5+
Swap to using the stable identifier `m.recent_emoji` for recent emojis and add migration logic.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
default: minor
3+
---
4+
5+
Add Copy Message button to copy unformatted version.

.changeset/feat_add_image_menu.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
default: minor
3+
---
4+
5+
Add a context menu for copying and downloading images.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
default: patch
3+
---
4+
5+
Fix account switcher's add account button redirecting to the wrong path when hashRouter is enabled
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
default: patch
3+
---
4+
5+
Fix mentions not sending in non-textual replies

config.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,10 @@
4444
"hashRouter": {
4545
"enabled": false,
4646
"basename": "/"
47+
},
48+
49+
"gifs": {
50+
"proxyUrl": "gifs.sable.moe",
51+
"klipyApiKey": "IfeIBlDMvq0av2BcKPDuxwRqbnYRbS90yNqFHEkK2Ja207tkR5nssh3NIlJRCr76"
4752
}
4853
}

0 commit comments

Comments
 (0)