Skip to content
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

Closed group chunk1 #2873

Closed
wants to merge 48 commits into from
Closed

Closed group chunk1 #2873

wants to merge 48 commits into from

Conversation

Bilb
Copy link
Collaborator

@Bilb Bilb commented Aug 23, 2023

First chunk only gets us to create a group with only us in it, and send messages to ourselves through the group.

@Bilb Bilb changed the base branch from clearnet to unstable August 23, 2023 00:30
@Bilb Bilb marked this pull request as draft August 23, 2023 00:34
this is because we need to be able to override what is returned by what
is in the redux lib slice if needed (libsession data overrides what is
in the DB for groupv3)
@Bilb Bilb requested a review from yougotwill October 13, 2023 00:54
@Bilb Bilb marked this pull request as ready for review October 13, 2023 00:54
preload.js Outdated Show resolved Hide resolved
package.json Show resolved Hide resolved
ts/components/SessionInboxView.tsx Show resolved Hide resolved
ts/components/conversation/SessionRightPanel.tsx Outdated Show resolved Hide resolved
ts/components/icon/Icons.tsx Outdated Show resolved Hide resolved
ts/session/onions/onionSend.ts Show resolved Hide resolved
package.json Show resolved Hide resolved
preload.js Outdated Show resolved Hide resolved
protos/SignalService.proto Outdated Show resolved Hide resolved
protos/SignalService.proto Outdated Show resolved Hide resolved
ts/components/SessionInboxView.tsx Show resolved Hide resolved
ts/test/session/unit/utils/job_runner/JobRunner_test.ts Outdated Show resolved Hide resolved
ts/updater/updater.ts Outdated Show resolved Hide resolved
tsconfig.json Outdated Show resolved Hide resolved

class GroupSyncJob extends PersistedJob<GroupSyncPersistedData> {
constructor({
identifier, // this has to be the pubkey to which we
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

which we what?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed to identifier, // this has to be the groupPubkey

}
},
2 * 60 * 1000
); // we do checks from the fileserver every 1 minute.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

every 2 minutes now

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed

@@ -26,8 +26,7 @@
"moduleResolution": "node", // Specify module resolution strategy: 'node' (Node.js) or 'classic' (TypeScript pre-1.6).
"resolveJsonModule": true,
// Module Resolution Options
// "baseUrl": "./", // Base directory to resolve non-absolute module names.
// "paths": {}, // A series of entries which re-map imports to lookup locations relative to the 'baseUrl'.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is paths meant to be missing?

@Bilb
Copy link
Collaborator Author

Bilb commented Feb 2, 2024

closing this as we won't merge it except with chunk2

@Bilb Bilb closed this Feb 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants