-
Notifications
You must be signed in to change notification settings - Fork 324
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
WPB-4559 user receives 2 k federation connection removed on anta #3580
WPB-4559 user receives 2 k federation connection removed on anta #3580
Conversation
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.
This looks very reasonable, unfortunately it is about to be deprecated by the more robust #3582.
This PR is probably good for code mining when we have a new architecture and implement this again, Galley.API.BackgroundProcesses in particular looks useful.
-- You should have received a copy of the GNU Affero General Public License along | ||
-- with this program. If not, see <https://www.gnu.org/licenses/>. | ||
|
||
module Galley.API.BackgroundProcesses where |
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.
module Galley.API.BackgroundProcesses where | |
module Galley.BackgroundProcesses where |
not part of the rest api, right?
-- | Remove all conversations and members from the local domain. This must only be run in a background process | ||
unsafeRemoveRemoteMembersFromLocalConversation :: |
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 is it unsafe
? because it's not fit for HTTP? then i'd call it bg
instead.
obsolote because of #3582 |
https://wearezeta.atlassian.net/browse/WPB-4559
Checklist
changelog.d