nakkaa
c66a184801
fix: add missing entry in manifest.json so that PWA can use it
2023-11-11 10:00:28 +09:00
5ff1925108
chore: format
2023-11-11 09:04:36 +09:00
nakkaa
8ef1130330
fix: add missing entry in manifest.json so that PWA can use it
2023-11-11 02:20:33 +09:00
Kainoa Kanter
09053f5748
Merge branch 'feat-client-drive-notes' into 'develop'
...
feat: client: add page 'posts with file attached'
Co-authored-by: Johann150 <johann.galle@protonmail.com>
Closes #10695
See merge request firefish/firefish!10634
2023-11-10 15:38:18 +00:00
cg sama
7fa737e8b8
fix import notes federated initially
...
Co-authored-by: CGsama <CGsama@outlook.com>
2023-11-10 15:32:23 +00:00
d1c78efab7
dev: move repository url
2023-11-09 21:25:55 +09:00
d5d1b68529
feat: ability to pin custom pages to the help menu
2023-11-09 21:18:14 +09:00
7323f4f8a1
Merge branch 're2-update' into 'develop'
...
Fix build on node 21
Co-authored-by: Jegler <jegler@heckin.how>
See merge request firefish/firefish!10635
2023-11-07 14:02:26 +00:00
Jegler
fbfa4cd41f
Fix build on node 21
2023-11-07 14:02:25 +00:00
7d9278b470
Merge branch 'fix/broken-search-field' into 'develop'
...
fix: Use "iconClass" instead of "icon" in MkDialog; remove "null" in input field
Co-authored-by: minneyar <speed@sakabatou.net>
See merge request firefish/firefish!10631
2023-11-07 14:01:24 +00:00
Minneyar
c03c11c7aa
fix: Use "iconClass" instead of "icon" in MkDialog; remove "null" in input field
...
Co-authored-by: minneyar <speed@sakabatou.net>
2023-11-07 14:01:24 +00:00
c96d0f012e
fix: add missing dependency
2023-11-06 21:19:37 +09:00
2951661896
chore: lint
2023-11-06 21:11:39 +09:00
a9835e0299
fix: (try to) make AiScript work
...
Co-authored-by: syuilo <syuilotan@yahoo.co.jp>
Co-authored-by: Sayamame-beans <61457993+Sayamame-beans@users.noreply.github.com>
2023-11-06 21:08:32 +09:00
7e2cb6e629
chore: upgrade backend dependencies (except for AiScript ans @swc/core)
2023-11-06 11:14:36 +09:00
3616c26ebd
chore: upgrade client dependencies (except for aiscript)
2023-11-06 10:41:54 +09:00
e320af9be9
chore: remove deprecated dependencies
2023-11-06 10:25:54 +09:00
ed06565d82
dev: gitignore lockfile
2023-11-06 10:19:50 +09:00
Ibuki Sugiyama
13bb60bd6b
fix: increase emoji picker search results (close #13)
...
Co-authored-by: naskya <m@naskya.net>
2023-11-05 21:02:47 +09:00
52ec1317c0
chore: remove text art in HTML comments
2023-11-04 02:22:54 +09:00
40d5ad1b2d
chore: remove unused imports/variables
2023-10-31 20:19:05 +09:00
8845383fc2
chore: add missing @types packages for client
2023-10-31 20:14:41 +09:00
3e3933d50a
fix: icons in MkModPlayer
2023-10-31 10:21:59 +00:00
0fb0a19611
fix(minor): consistent mfm parsing
2023-10-31 10:04:51 +00:00
70503d698f
fix: reactions_not_public condition
2023-10-31 14:00:54 +09:00
267d1970e2
fix icon in page.post.vue
2023-10-30 18:26:38 +00:00
e68be54134
fix: following check in check-hit-antenna
2023-10-30 20:07:30 +09:00
a49314795c
chore: remove unnecessary whitespace
2023-10-30 19:21:02 +09:00
adee17b85a
chore: organize backend imports
...
* remove unused/duplicate imports
* replace paths like "../../../define.js" to be more readable
* add missing @types packages
2023-10-30 18:06:08 +09:00
ThatOneCalculator
b8a85257a0
refactor: 🔥 remove unused reference to MisskeyClient
2023-10-29 14:02:14 -07:00
ThatOneCalculator
1c9389ca21
fix: ♻️ set en-US as default lang for type
2023-10-29 14:02:04 -07:00
ThatOneCalculator
981165ae8b
feat: ✨ Support for _misskey_summary
...
Co-authored-by: kakkokari-gtyih <daisho7308+f@gmail.com>
ref: https://github.com/misskey-dev/misskey/pull/12184
2023-10-29 13:37:28 -07:00
Johann150
a0b1f62efc
feat: add "posts with file attached" page to client
...
Co-authored-by: Mia Herkt <mia@0x0.st>
2023-10-29 20:32:25 +09:00
minneyar
5b5d01aa79
fix: use "iconClass" instead of "icon" in MkDialog; remove "null" in input field
2023-10-29 20:19:39 +09:00
6d1b0fb397
Firefish v1.0.5-dev20
2023-10-29 20:09:26 +09:00
3b3320d532
chore: lint
2023-10-29 19:49:47 +09:00
356d95864c
chore: remove unused dependencies
2023-10-29 19:10:31 +09:00
cb53dab8bd
fix: check isIndexable in built-in post search
2023-10-29 10:03:07 +00:00
8eafcaac95
fix: check isIndexable in built-in post search
2023-10-29 18:27:38 +09:00
f3f1d33a87
chore: disable vibrations by default
2023-10-29 00:54:23 +09:00
1838f2033c
feat: use PGroonga for full-text search
...
Co-authored-by: tamaina <tamaina@hotmail.co.jp>
2023-10-28 20:19:25 +09:00
Kainoa Kanter
abceee2823
Merge branch 'develop' into 'develop'
...
Fix use of wrong library for CBOR authentication object
Co-authored-by: PrivateGER <privateger@privateger.me>
See merge request firefish/firefish!10629
2023-10-27 17:57:23 +00:00
631686c2ec
chore: require credentials for post search
2023-10-28 01:08:17 +09:00
9f1a7d90c6
remove integrations from nodeinfo
2023-10-27 15:56:57 +00:00
27d7e456cd
fix: targetLang is xx-yy
or xx_yy
2023-10-26 03:03:38 +00:00
Johann150
a04f488da0
feat: client: add page 'posts with file attached'
...
Based on FoundKey commit 3747d7ecb1.
Closes #10695
2023-10-25 12:21:29 +02:00
993340bae6
fix: overlooked fix in cdf839bc
2023-10-23 18:32:49 +09:00
Minneyar
1bf6cdce61
fix: Extract $i from account.ts into reactiveAccount.ts to fix circular dependency
...
Co-authored-by: minneyar <speed@sakabatou.net>
2023-10-22 21:29:46 +00:00
PrivateGER
64b83ddb9f
Fix use of wrong library for CBOR authentication object
2023-10-22 21:23:52 +02:00
08cb14a04d
chore: run lint
2023-10-22 17:44:32 +09:00
e81ed199ae
Revert "chore: upgrade biome + lint & format"
...
This reverts commit a1cd9f73a1
.
2023-10-22 17:33:40 +09:00
ThatOneCalculator
6c78356177
fix: MkDialog/MkWaitingDialog icons
2023-10-22 16:25:30 +09:00
ca2bf89082
fix: localOnly icon isn't showing
2023-10-22 06:52:46 +09:00
f7ca84ded8
fix: localOnly icon isn't showing
2023-10-22 06:47:58 +09:00
2fa0ee2e5d
chore: change some default settings
2023-10-21 14:26:17 +09:00
716073ec95
fix: search MFM isn't working
2023-10-21 08:58:27 +09:00
Essem
dbbc2e2675
fix: 🐛 Expose animation setting in MkFolder
2023-10-20 19:48:56 +00:00
b4c0c4e5c6
fix: 0 is falsy
2023-10-20 07:20:16 +00:00
ThatOneCalculator
0bc6d7e753
chore: 📦 add homepage for firefish-js npm
2023-10-19 17:18:02 -07:00
ThatOneCalculator
a1cd9f73a1
chore: upgrade biome + lint & format
2023-10-19 17:10:30 -07:00
ThatOneCalculator
aa7f58d5a1
chore: 🔥 remove firefish-js changelog
...
outdated, all changes in master changelog
2023-10-19 17:03:12 -07:00
ThatOneCalculator
53949b668a
docs: 📝 Misskey -> Firefish in documentation/comments/WebAuthn name
2023-10-19 17:01:02 -07:00
ThatOneCalculator
cc27ba1dbe
docs: 📝 format badge as markdown
2023-10-19 16:53:50 -07:00
ThatOneCalculator
58fa6d3306
docs: 📝 remove bundle size badge from firefish-js
...
Won't stay in sync with published ver
2023-10-19 16:53:07 -07:00
ThatOneCalculator
eb936cc129
refactor: ➖ remove semver from firefish-js
2023-10-19 16:51:54 -07:00
ThatOneCalculator
bf0819860a
docs: 📝 badges for firefish-js readme
2023-10-19 16:49:10 -07:00
ThatOneCalculator
558fc3b2b9
fix: 🏷️ firefish-js types
2023-10-19 16:43:30 -07:00
ThatOneCalculator
027b4db37b
refactor: ♻️ firefish-js build
2023-10-19 16:18:21 -07:00
ThatOneCalculator
291cd65417
fix: 🐛 icon in titleContainer
2023-10-19 11:25:11 -07:00
ThatOneCalculator
e0aebd8f32
fix: 🐛 MkDialog/MkWaitingDialog icons
2023-10-19 10:55:48 -07:00
f0ba85af30
fix: define icon in visitor/header.vue
2023-10-19 14:49:40 +09:00
41fea21ebf
fix: null error in renote button
2023-10-19 14:48:53 +09:00
a954a06fad
fix: define icon
2023-10-19 14:47:30 +09:00
c21a24ee92
fix: null error in renote button
2023-10-19 14:46:20 +09:00
fd3d788aad
fix: properly bypass word mute check if signed out
2023-10-19 14:41:16 +09:00
f4043d0281
fix: properly bypass word mute check if signed out
2023-10-19 14:39:41 +09:00
9fe6714de2
chore: minor refactor on version comparison
2023-10-19 14:27:25 +09:00
4b134172b0
Firefish v1.0.5-dev19
2023-10-19 08:49:03 +09:00
0b8b4ea48d
fix components/form/suspense.vue
2023-10-18 23:46:07 +00:00
0a44d06522
fix textarea
2023-10-19 07:35:36 +09:00
3e3cbb60c6
fix?: icon and defaultStore imports
2023-10-19 07:28:20 +09:00
d1bb6e02e9
hotfix: don't use upstream megalodon for now
2023-10-19 04:59:38 +09:00
b7125966d0
workaround for yet another import issue
2023-10-18 03:10:57 +09:00
93420f0e5a
hotfix: workaround for yet another broken imports
2023-10-18 02:52:36 +09:00
8e18b938f5
fix: prevent unison-reload on make-private
2023-10-18 02:34:35 +09:00
474a5890c1
hotfix: imports in MkFolder is also broken
2023-10-17 13:13:13 +09:00
7b72e823fb
fix (workaround): imports in MkFolder is also broken
2023-10-17 13:05:53 +09:00
Kainoa Kanter
77b2050041
Merge branch 'feat/selectable-icon-weight' into 'develop'
...
feat: ✨ allow users to choose icon set
Co-authored-by: naskya <m@naskya.net>
See merge request firefish/firefish!10613
2023-10-17 01:57:20 +00:00
Kainoa Kanter
78d8767124
feat: ✨ allow users to choose icon set
...
Co-authored-by: naskya <m@naskya.net>
2023-10-17 01:57:20 +00:00
ThatOneCalculator
d09a77cd2a
chore: format
2023-10-16 18:56:15 -07:00
Erin Shepherd
c4ec2d0942
fix: Refetch user keys when HTTP Signature validation fails
...
Co-authored-by: Erin Shepherd <erin.shepherd@e43.eu>
2023-10-17 01:27:26 +00:00
bdf3311402
fix: cache muted words
2023-10-17 07:55:07 +09:00
ae637ec85b
fix: consider hard mutes in antennas
2023-10-17 07:34:19 +09:00
93769b79b1
chore: minor refactor of check-word-mute
2023-10-17 07:28:58 +09:00
3b9f161251
chore: minor refactor of check-hit-antenna
2023-10-17 07:14:01 +09:00
ddbe213f59
feat: show all reacted users initially in reactions tab
2023-10-17 06:32:36 +09:00
2efb22de40
fix typo
2023-10-17 04:56:29 +09:00
0293322e13
feat: allow admins to migrate accounts
2023-10-17 04:54:31 +09:00
da0f9ad706
hotfix: imports in the textarea component is broken
2023-10-17 02:48:24 +09:00
8e2b74c8a4
chore: change icon set sample from ph-smiley to ph-star
2023-10-17 02:12:57 +09:00
ThatOneCalculator
aa94403f57
feat: allow users to choose icon set
2023-10-17 02:12:35 +09:00
Kainoa Kanter
6c1f2ca45f
Merge branch 'refactor/remove-sso' into 'develop'
...
Remove integrations
Co-authored-by: naskya <m@naskya.net>
See merge request firefish/firefish!10612
2023-10-16 17:05:33 +00:00
cdf839bcc8
Remove integrations
2023-10-16 17:05:32 +00:00
Kainoa Kanter
9339b9423b
Merge branch 'feat/singular' into 'develop'
...
fix: properly use singular/plural in MkNoteDetailed tabs
Co-authored-by: naskya <m@naskya.net>
See merge request firefish/firefish!10621
2023-10-16 17:04:51 +00:00
e5911088cd
fix: properly use singular/plural in MkNoteDetailed tabs
2023-10-16 17:04:51 +00:00
Kainoa Kanter
19d024521f
Merge branch 'fix/wacky-colon' into 'develop'
...
fix: don't show trailing colon in notification toasts
Co-authored-by: mia <mia@mia.jetzt>
See merge request firefish/firefish!10622
2023-10-16 17:03:17 +00:00
734859e2b8
refactor: remove single sign-on
2023-10-16 09:56:22 +09:00
12c2b7bdde
fix: properly use singular/plural
2023-10-16 08:46:26 +09:00
9f05a23e96
fix: refactor antennas and fix bugs
2023-10-16 03:50:41 +09:00
eb97910c8f
feat: publish reaction history by default
2023-10-16 03:04:33 +09:00
5d367b251e
fix: add private visibility in defaultStore
2023-10-16 03:00:55 +09:00
12611de598
chore: make tlHintClosed account setting
2023-10-16 02:04:44 +09:00
ac85c6c48a
feat: ability to make existing posts private
2023-10-15 14:46:58 +09:00
be0474372d
feat: add private visibility
2023-10-15 14:46:40 +09:00
mia
f24de640c0
fix: don't show trailing colon in notification toasts
2023-10-14 18:56:43 -07:00
e2cfb8536b
fix lint commands
2023-10-15 07:14:03 +09:00
ThatOneCalculator
8b2263b0f9
fix: 🐛 list "My Posts" properly in gallery
...
ref: !10618
2023-10-10 12:22:46 -07:00
Kainoa Kanter
051107cf62
Merge branch 'fix/my-pages' into 'develop'
...
fix: [page] list "My Pages" properly
Co-authored-by: sup39 <dev@sup39.dev>
Closes #9430
See merge request firefish/firefish!10618
2023-10-10 19:20:42 +00:00
15ffe6b00f
style: don't use Atkinson Hyperlegible by default
2023-10-10 23:53:57 +09:00
93c89da846
hotfix: don't use upstream megalodon for now
2023-10-10 23:35:21 +09:00
161fc2245b
Firefish v1.0.5-dev18
2023-10-10 23:28:06 +09:00
Kainoa Kanter
696d3c6255
Merge branch 'fix/page-section-block' into 'develop'
...
fix: [page] adding child blocks to section block
Co-authored-by: sup39 <dev@sup39.dev>
Closes #9530
See merge request firefish/firefish!10617
2023-10-10 01:04:11 +00:00
ThatOneCalculator
5033d4e682
build: 🐛 sw firefish-js imports
2023-10-08 18:40:48 -07:00
1b50274a93
fix: [page] list "My Pages" properly
2023-10-07 23:04:09 +09:00
8aea2c5d8d
fix: [page] adding child blocks to section block
2023-10-07 14:20:06 +09:00
92758a29f1
partially fix Mastodon API
2023-10-05 00:56:56 +09:00
b2eb704334
dev: change revert instruction
2023-10-04 18:18:06 +09:00
Kainoa Kanter
92c45ff02f
Merge branch 'refactor/upstream-megalodon' into 'develop'
...
refactor: ♻️ use upstream megalodon
See merge request firefish/firefish!10605
2023-10-03 07:54:13 +00:00
Kainoa Kanter
a9167c0265
refactor: ♻️ use upstream megalodon
2023-10-03 07:54:13 +00:00
Kainoa Kanter
3af141c371
build: ⚡ build service worker with Vite instead of Webpack
2023-10-03 07:53:53 +00:00
ThatOneCalculator
01f2f3e810
chore: ⬆️ up deps
2023-10-02 22:39:04 -07:00
ThatOneCalculator
af730e75b6
fix: 🐛 strange heart reaction behavior
2023-10-02 22:31:04 -07:00
b121e4bc9d
fix format/lint command
2023-10-03 01:32:36 +09:00
19e5d28cf7
fix: properly implement "With credential" in the API console
2023-10-02 16:43:48 +09:00
f934489ef1
feat: show online status indicator only when available (close #41)
2023-10-02 07:30:31 +09:00
f38745dc62
feat: reject crawling by default (close #36)
2023-10-02 07:23:59 +09:00
e789512e0a
refactor: remove more unnecessary chart code (close #74)
2023-10-02 07:17:17 +09:00
d8d0ad0c00
fix null error
2023-10-02 05:38:45 +09:00
3c931989c5
fix: featured note is currently disabled
2023-10-02 00:29:57 +09:00
bdbecce61a
chore: move showFeaturedNotesInTimeline setting to appropriate section
2023-10-02 00:21:30 +09:00
58bd0e904f
chore: preserve newline in MkInfo
2023-10-02 00:16:01 +09:00
2ceb617f71
feat: enable private mode by default
2023-09-30 22:06:34 +09:00
c3ffb4c52d
chore: add a description of an API parameter
2023-09-30 19:02:28 +09:00
789d05bed3
fix: this "else" is unneeded
2023-09-30 18:50:45 +09:00
ThatOneCalculator
05097ac608
fix: 🐛 Have showSuspendedDialog properly defined in account.ts
2023-09-28 08:44:01 -07:00
Kainoa Kanter
26bc90e44b
fix: 🐛 passed props to VueDraggable
2023-09-28 08:37:05 -07:00
Kainoa Kanter
8db91f277f
refactor: 💄 Make disabled buttons slightly more visible
2023-09-28 08:36:37 -07:00
0831b8b6d8
style: more contrast for disabled boost button
2023-09-27 20:56:20 +09:00
75c72d00da
fix: preserve newline character in alt text popup
2023-09-27 17:18:47 +09:00
Kagami Sascha Rosylight
1d1dab5b2a
fix: preserve newline character in alt text
2023-09-27 17:12:55 +09:00
04369c9da9
fix: alt texts shouldn't be interpreted as MFM
2023-09-27 16:46:43 +09:00
ThatOneCalculator
01dd71c4d3
feat: 💄 Use Atkinson Hyperlegible as default font
2023-09-26 14:23:38 -07:00
ThatOneCalculator
cd7c10b7eb
refactor: 🍱 use webp for error images instead of avif
...
Ended up having better compression and wider compatibility
2023-09-25 20:57:14 -07:00
3ba12772d8
bring back Chinese cat mode
2023-09-24 18:12:29 +09:00
266078b549
chore: default export preprocess function
2023-09-24 18:03:36 +09:00
6d899518b3
chore: make language detection a reusable function in frontend as well
2023-09-24 17:58:21 +09:00
87c54575c1
filter out MFM syntaxes before detecting the post language
2023-09-24 17:50:23 +09:00
314f4dfc06
chore: use forked repo url
2023-09-24 14:54:38 +09:00
ThatOneCalculator
3633dd4e7f
style: 💄 use rocket as icon for boosting 🚀
2023-09-23 22:24:18 -07:00
ThatOneCalculator
284795fdf5
fix: 🐛 when favorouting/unfavouriting with Mastodon API, send instance default reaction
2023-09-23 22:05:25 -07:00
Kainoa Kanter
081d723cff
Merge branch 'refactor/firefishjs-imports' into 'develop'
...
Refactor: firefishjs imports
See merge request firefish/firefish!10607
2023-09-24 04:27:16 +00:00
Kainoa Kanter
9ea046c011
Refactor: firefishjs imports
2023-09-24 04:27:16 +00:00
yumeko
15fecc44a9
Fix a couple remaining places where the banners are called ads
2023-09-24 04:19:28 +00:00
6a289168e5
fix: return the correct latest version
2023-09-24 13:14:33 +09:00
1abe36f844
fix: add missing class
2023-09-24 03:45:25 +00:00
0928a3d93a
chore: remove unused import
2023-09-24 12:38:17 +09:00
ThatOneCalculator
3ee3413006
feat: 🍱 new error images
...
ref: https://minazukey.uk/notes/9jzr3jsrwvcmlcjp
2023-09-23 08:42:33 -07:00
17d94c5ff7
fix: non-Firefish cats not being nyanified
2023-09-23 05:08:20 +00:00
498fa4f351
fix: non-Firefish cats not being nyanified
2023-09-23 13:36:35 +09:00
c468bf9ed7
fix openServerInfo
2023-09-22 15:54:16 +09:00
ea0aba6b2c
fix: unable to open server info by clicking tickers
2023-09-22 15:46:38 +09:00
f70f208f05
fix typo
2023-09-22 05:19:44 +00:00
10583fae17
Firefish v1.0.5-dev17
2023-09-22 14:02:48 +09:00
ThatOneCalculator
b85c640729
refactor: 💄 module player uses theme colors
2023-09-21 21:55:57 -07:00
Essem
22ef74d92c
feat: ✨ Implement module player
2023-09-22 03:48:54 +00:00
ThatOneCalculator
260f444fb8
chore: 🎨 format
2023-09-21 20:21:15 -07:00
Essem
4aceb2e119
fix: 🐛 normalize post language strings
...
ref: !10603
NOTE: if you upgraded to 4a7bad11c6
but before this commit, manually download and run this migration: 0f5e09d3ae/packages/backend/migration/1695348946091-normalize-locales.js
2023-09-21 19:42:10 -07:00
Kainoa Kanter
012fe2c920
Revert "Merge branch 'fix/normalize-lang-locales' into 'develop'"
2023-09-22 02:36:57 +00:00
Essem
0efa3e170c
Normalize post language strings
2023-09-22 02:33:56 +00:00
Essem
4a7bad11c6
feat: ✨ Add post language data to backend and API
2023-09-22 01:29:33 +00:00
Kainoa Kanter
5b1cd11618
fix: 🚸 don't open server info on ticker on note sub
2023-09-21 15:22:26 -07:00
Essem
bac39db74b
Add contentMap to outgoing posts via language detection
2023-09-21 21:13:09 +00:00
304ddd2fc1
fix: conditions for checking updates
2023-09-21 17:35:57 +09:00
478a6cdea5
fix: show update popup (close #66)
2023-09-21 17:27:08 +09:00
983bf7fd59
fix: get latest version from the forked repo (close #54)
2023-09-21 17:19:20 +09:00
9987f01cdd
fix: federate speakAsCat
2023-09-21 16:58:24 +09:00
e346c1fc74
feat: ability to specify search engine for search MFM
2023-09-21 16:47:06 +09:00
eb7c9cb895
fix: search MFM not working
2023-09-21 07:43:18 +00:00
ThatOneCalculator
6e8aa76f2d
chore: 🎨 format
2023-09-20 23:30:19 -07:00
ThatOneCalculator
d9274de0a7
refactor: ♻️ unessicary function
2023-09-20 22:53:00 -07:00
ThatOneCalculator
bbb2396d89
refactor: 💥 properly deprecate legacy reactions
2023-09-20 22:48:50 -07:00
ThatOneCalculator
ecb0956d20
refactor: 🔥 remove old tests
2023-09-20 22:43:55 -07:00
ThatOneCalculator
b13e0b0a54
Revert "refactor: 🔥 remove legacy reactions"
...
This reverts commit c119abc36c
.
2023-09-20 22:42:37 -07:00
ThatOneCalculator
05b7fd0fc5
Merge branch 'develop' of git.joinfirefish.org:firefish/firefish into develop
2023-09-20 22:35:14 -07:00
ThatOneCalculator
baba9b068b
fix: 🐛 properly decode reaction
2023-09-20 22:35:10 -07:00
e31f86aa19
chore: change function name
...
I used `detectLanguage_` in client just because I wanted to use the name `detectLanguage` for another function (and the name `detect` sounds ambiguous)
2023-09-21 05:30:13 +00:00
ThatOneCalculator
238f80ae02
add back _misskey_quote & _misskey_vote extensions
2023-09-20 22:25:46 -07:00
ThatOneCalculator
f06aebca98
Revert "refactor: 🔥 remove _misskey_reaction and _misskey_votes"
...
This reverts commit b0be07fb0a
.
2023-09-20 22:25:18 -07:00
ThatOneCalculator
2650445576
fix: 🐛 show speakAsCat if isCat
2023-09-20 21:57:47 -07:00
ThatOneCalculator
06f7c8eb20
fix: 🐛 Add missing references to speakAsCat
2023-09-20 21:55:51 -07:00