This repository has been archived by the owner on Dec 2, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 15
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
tnix100
added
CloudLink related
For issues specific to the Cloudlink protocol.
Server-side
labels
Apr 2, 2023
Code testing in progress. |
This was
linked to
issues
Apr 3, 2023
do this instead of a delay for acquiring a db setup lock within the code
Deployed for testing: API: testapi.meower.org Utilizing a 1:1 copy of the production DB, the clone was completed at 9:31 PM ET today. |
add exceptions for when a post's author or chat no longer exists
Updating test server now. Going to clone current DB to attempt migration again. |
Code updated, working on DB stuff right now |
Re-deploying on separate container using a copy of prod DB from 4.12.2023 1:20 PM EDT. |
…ower-Server into cl3-rewritten
Will create new PR. This was just deleted because I renamed cl3-rewritten to develop. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Big CL3 rewrite as a temporary improvement while we still develop CL4.
This PR is not complete. It requires one more thing to be added and some extra testing.
Breaking changes:
autoget
arg on API endpoints is now deprecated and now always return as ifautoget
was truecmd: direct
is no longer required to do a custom Meower command, custom commands can now be ran using rootcmd
I:100 | OK
update_config
whenever their user config is updatedupdate_post
whenever a post they have access to is updatedupdate_chat
whenever a chat they have access to is updateddelete
(like when a post gets deleted) whenever they lose access to a chat they had access todelete_chat
command was usedinvisible
(boolean) in their user configaccepting_invitations
(boolean) in their user configNew API endpoints:
New CL3 commands: