This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
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.
Remove account data (including client config, push rules and ignored users) upon user deactivation. #11621
Remove account data (including client config, push rules and ignored users) upon user deactivation. #11621
Changes from 13 commits
68b663d
13fec0d
c1fed49
4da869e
b132bba
ab97003
5d4c6ca
6d7e9ac
d73be6c
e58ec5d
00f9033
2123435
a1a8c68
3edab88
249b05b
37dc2e1
81a2863
87473f4
e13780e
cbe543b
75f1e2f
1b28e2f
a68607c
97ceb01
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
iff -> if
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.
iff means "if and only if", it isn't a typo. (Although I'm not a big fan of including abbreviations like this.)
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.
Huh, thanks! TIL!
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.
It comes up somewhat frequently which is why I usually try to spell it out! Sorry I missed that in review!
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.
No worries. I learned something new, which is always great. Thank you for taking your time to explain it to me, even when this is already closed! <3
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.
Why didn't you check
push_rule["default"]
? While this check did find an error in my code, I'm a bit confused why it is written that way. :DThere 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.
(Was explained to me now, thanks a lot)