Skip to content

Commit

Permalink
Merge pull request #2 from transfem-org/update-comparison
Browse files Browse the repository at this point in the history
update comparison
  • Loading branch information
Mar0xy committed Dec 1, 2023
2 parents 8302afc + 8af63f6 commit 49156f8
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
3 changes: 3 additions & 0 deletions content/en/docs/comparsion/misskey.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ toc: true
* emoji auto-complete is case-insensitive
* it's always clear if a note has a poll (misskey sometimes hides
that)
* multiple-choice polls are clearly marked as such
* boosts and quote-boost are accounted separately
* only 1 boost per note per user is allowed
* admins can remove bots from "trending"
Expand All @@ -69,6 +70,7 @@ toc: true
use it in more cases (e.g. when limiting results to notes containing
images)
* when showing a reply containing many mentions, they are shortened
* there's a search widget

### Ones of interest to admins

Expand All @@ -81,3 +83,4 @@ toc: true
* admins can refresh remote user details
* admins can set a default emoji for likes/reactions
* the PWA icon matches the instance icon
* deleted custom emoji are automatically removed from Drive
20 changes: 20 additions & 0 deletions tools/get-new-changes
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
#!/bin/bash

# this script will show the commits on our repo (but not from
# upstream) since the last_commit_checked; this is handy to update the
# content/en/docs/comparsion/misskey.md file

# set up a git clone like this:
#
# git clone -o sharkey -b stable https://github.com/transfem-org/Sharkey.git
# cd Sharkey
# git remote add misskey https://github.com/misskey-dev/misskey.git
# git remote update -p

# run this program from the root of that clone, update the comparison
# document, edit the `last_commit_checked` to be the output of `git
# rev-parse sharkey/stable`, commit all the changes

last_commit_checked=10222804655445e8c9f6be4203fd566132de2e50

exec git cmplog sharkey/stable ^misskey/develop ^"${last_commit_checked}"

0 comments on commit 49156f8

Please sign in to comment.