-
Notifications
You must be signed in to change notification settings - Fork 596
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
The get_channel_archived_public_threads
method doesn't encode the timestamp well
#2664
Comments
arqunis
pushed a commit
that referenced
this issue
Dec 22, 2023
Closed by #2665. |
arqunis
pushed a commit
to arqunis/serenity
that referenced
this issue
Dec 28, 2023
arqunis
pushed a commit
to arqunis/serenity
that referenced
this issue
Jan 2, 2024
arqunis
pushed a commit
to arqunis/serenity
that referenced
this issue
Jan 5, 2024
arqunis
pushed a commit
to arqunis/serenity
that referenced
this issue
Jan 16, 2024
arqunis
pushed a commit
to arqunis/serenity
that referenced
this issue
Jan 22, 2024
GnomedDev
pushed a commit
that referenced
this issue
Feb 9, 2024
arqunis
pushed a commit
to arqunis/serenity
that referenced
this issue
Mar 1, 2024
GnomedDev
pushed a commit
that referenced
this issue
Mar 10, 2024
GnomedDev
pushed a commit
that referenced
this issue
Mar 11, 2024
GnomedDev
pushed a commit
that referenced
this issue
Mar 11, 2024
GnomedDev
pushed a commit
to GnomedDev/serenity
that referenced
this issue
Mar 13, 2024
GnomedDev
pushed a commit
that referenced
this issue
Mar 13, 2024
GnomedDev
pushed a commit
to GnomedDev/serenity
that referenced
this issue
Mar 19, 2024
GnomedDev
pushed a commit
to GnomedDev/serenity
that referenced
this issue
Mar 19, 2024
GnomedDev
pushed a commit
that referenced
this issue
Mar 21, 2024
GnomedDev
pushed a commit
that referenced
this issue
Mar 25, 2024
GnomedDev
pushed a commit
that referenced
this issue
Mar 29, 2024
GnomedDev
pushed a commit
that referenced
this issue
Mar 31, 2024
GnomedDev
pushed a commit
to GnomedDev/serenity
that referenced
this issue
Mar 31, 2024
GnomedDev
pushed a commit
to GnomedDev/serenity
that referenced
this issue
Apr 1, 2024
GnomedDev
pushed a commit
to GnomedDev/serenity
that referenced
this issue
May 14, 2024
GnomedDev
pushed a commit
that referenced
this issue
May 14, 2024
GnomedDev
pushed a commit
that referenced
this issue
May 23, 2024
GnomedDev
pushed a commit
that referenced
this issue
May 28, 2024
GnomedDev
pushed a commit
to GnomedDev/serenity
that referenced
this issue
Jun 9, 2024
GnomedDev
pushed a commit
that referenced
this issue
Jun 22, 2024
GnomedDev
pushed a commit
to GnomedDev/serenity
that referenced
this issue
Jun 22, 2024
mkrasnitski
pushed a commit
to mkrasnitski/serenity
that referenced
this issue
Jul 29, 2024
mkrasnitski
pushed a commit
to mkrasnitski/serenity
that referenced
this issue
Jul 30, 2024
GnomedDev
pushed a commit
that referenced
this issue
Aug 16, 2024
GnomedDev
pushed a commit
to GnomedDev/serenity
that referenced
this issue
Oct 7, 2024
GnomedDev
pushed a commit
to GnomedDev/serenity
that referenced
this issue
Oct 20, 2024
GnomedDev
pushed a commit
that referenced
this issue
Oct 20, 2024
GnomedDev
pushed a commit
to GnomedDev/serenity
that referenced
this issue
Nov 11, 2024
GnomedDev
pushed a commit
that referenced
this issue
Nov 13, 2024
GnomedDev
pushed a commit
to GnomedDev/serenity
that referenced
this issue
Nov 15, 2024
mkrasnitski
pushed a commit
to mkrasnitski/serenity
that referenced
this issue
Dec 8, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
While using the
Http::get_channel_archived_public_threads
method I got an error due to a miss-encodedbefore
argument. The method asks for anOption<u64>
but should rather ask for anOption<Timestamp>
and encode it in ISO8601 as described in the documentation.The text was updated successfully, but these errors were encountered: