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

Use u64 for client_id instead of String & implment PartialEq for Activity types #39

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

T1mbits
Copy link

@T1mbits T1mbits commented Jul 19, 2024

I just found it weird that client ids were always numbers but inputted as a str so I changed that. I haven't tested it on Windows but on Unix it seems to work.

Edit: Added PartialEq derive macros

@T1mbits T1mbits changed the title Use u64 for client_id instead of String Use u64 for client_id instead of String & implment PartialEq for Activity types Jul 30, 2024
@vionya
Copy link
Owner

vionya commented Aug 3, 2024

this makes sense to me, i'll put it in the dev branch for now since it's breaking

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.

2 participants