diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2022-12-26 16:04:56 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2022-12-26 16:04:56 +0900 |
| commit | d106fb39abf8fe17c00e562c1237fcacfe158345 (patch) | |
| tree | 5600e668f6048868f94958a722ab3bbe9cb078de /.gitmodules | |
| parent | :art: (diff) | |
| download | sharkey-d106fb39abf8fe17c00e562c1237fcacfe158345.tar.gz sharkey-d106fb39abf8fe17c00e562c1237fcacfe158345.tar.bz2 sharkey-d106fb39abf8fe17c00e562c1237fcacfe158345.zip | |
feat: introduce fluent emoji
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 9246e09b8b..225a69a652 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "misskey-assets"] path = misskey-assets url = https://github.com/misskey-dev/assets.git +[submodule "fluent-emojis"] + path = fluent-emojis + url = https://github.com/misskey-dev/emojis.git |