-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#4267 連合先からのメンションに対応 #4274
Merged
Merged
#4267 連合先からのメンションに対応 #4274
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
nakkaa
added a commit
that referenced
this pull request
Sep 9, 2024
…di_flag formatが間違ってたので直してあげたよ! #4274
nakkaa
added a commit
that referenced
this pull request
Sep 9, 2024
…di_flag formatが間違ってたので直してあげたよ! #4274
massongit
previously approved these changes
Sep 9, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
良さそう。
run.py
Outdated
host is None or host == conf.MISSKEY_DOMAIN | ||
(conf.MISSKEY_FEDERATION) | ||
or ( | ||
not conf.MISSKEY_FEDERATION |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
なくてもいいかなと思いつつも、あっておかしくなるわけではないのでヨシ。
nakkaa
force-pushed
the
4267_add_misskey_fedi_flag
branch
from
September 9, 2024 15:41
44e0f1c
to
e398a33
Compare
boolだとうまく動かなくて死 |
nakkaa
added a commit
that referenced
this pull request
Sep 9, 2024
…di_flag formatが間違ってたので直してあげたよ! #4274
nakkaa
force-pushed
the
4267_add_misskey_fedi_flag
branch
from
September 9, 2024 15:51
c948577
to
f7273a2
Compare
massongit
previously approved these changes
Sep 9, 2024
nakkaa
added a commit
that referenced
this pull request
Sep 9, 2024
…isskey_fedi_flag formatが間違ってたので直してあげたよ! #4274
massongit
previously approved these changes
Sep 10, 2024
nakkaa
force-pushed
the
4267_add_misskey_fedi_flag
branch
from
September 10, 2024 17:19
8094077
to
009d3ff
Compare
nakkaa
force-pushed
the
4267_add_misskey_fedi_flag
branch
from
September 10, 2024 17:22
009d3ff
to
b1a2b74
Compare
Merged
nakkaa
added a commit
that referenced
this pull request
Sep 10, 2024
…_fedi_flag READMEを更新してあげたよ! #4274
nakkaa
added a commit
that referenced
this pull request
Sep 10, 2024
…di_flag formatが間違ってたので直してあげたよ! #4274
nakkaa
force-pushed
the
4267_add_misskey_fedi_flag
branch
from
September 10, 2024 17:25
b7a255f
to
5ccdb67
Compare
なんかmergeしようとしたらミスったのでマージ前にrevertする |
…isskey_fedi_flag formatが間違ってたので直してあげたよ! #4274
massongit
approved these changes
Sep 10, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
#4267 に対応します。
MISSKEY_FEDERATION
がtrueの場合、連合先からのメンションに反応します。falseの場合は、連合先からのメンションに対応せず、ローカルのメンションにのみ反応します。
規定値はfalseです。(過去のバージョンの挙動がfalse相当のため。)