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

EventAPI system message emote grouping works by time of day, instead of the actual timestamp #5121

Open
4 tasks done
brian6932 opened this issue Jan 21, 2024 · 0 comments
Open
4 tasks done
Labels
bug Something isn't working as intended, or works in a confusing/unintuitive way for the user Feature: Emotes Issues related to Emotes Priority: Low

Comments

@brian6932
Copy link
Contributor

brian6932 commented Jan 21, 2024

Checklist

  • I'm reporting a problem with Chatterino
  • I've verified that I'm running the most recent nightly build or stable release
  • I've looked for my problem on the wiki
  • I've searched the issues and pull requests for similar looking reports

Describe your issue

So this is a pretty rare bug to encounter, but lets say you add an emote at around the same time, exactly one day ago, and add one now. The is:system message will be grouped with the one from the day prior, instead of creating a new one, making it seem like no EventAPI message was sent and not chatterino wasn't refreshed (when there are logs), but it did.

Exact timestamps

query

{user(id:"6438bc16e06ecb731b237a8c"){activity(limit:2){changes{array_value{added updated removed}}created_at}}}

response body

{
	"data": {
		"user": {
			"activity": [
				{
					"changes": [
						{
							"array_value": {
								"added": [
									{
										"actor_id": "61758a53ffc7244d797d0c9b",
										"flags": 0,
										"id": "643801b536d346cd0300be37",
										"name": "PissOff",
										"timestamp": "2024-01-21T20:39:08.837Z"
									}
								],
								"updated": [],
								"removed": []
							}
						}
					],
					"created_at": "2024-01-21T20:39:08Z"
				},
				{
					"changes": [
						{
							"array_value": {
								"added": [
									{
										"actor_id": "61758a53ffc7244d797d0c9b",
										"flags": 0,
										"id": "613f55807b14fdf700b8bc04",
										"name": "BugcatWork",
										"timestamp": "2024-01-20T21:11:31.111Z"
									}
								],
								"updated": [],
								"removed": []
							}
						}
					],
					"created_at": "2024-01-20T21:11:31Z"
				}
			]
		}
	}
}

Screenshots


OS and Chatterino Version

Chatterino Nightly 2.4.6 (commit 5628605) built on 2024-01-21 with Qt 6.5.0, MSVC 193732826 Running on Windows 10 Version 21H2, kernel: 10.0.19044

@brian6932 brian6932 added the issue-report An issue reported by a user. label Jan 21, 2024
@brian6932 brian6932 changed the title EventAPI system messages grouping works by time of day, instead of the actual timestamp EventAPI system message emote grouping works by time of day, instead of the actual timestamp Jan 21, 2024
@Felanbird Felanbird added bug Something isn't working as intended, or works in a confusing/unintuitive way for the user Feature: Emotes Issues related to Emotes and removed issue-report An issue reported by a user. labels Jan 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working as intended, or works in a confusing/unintuitive way for the user Feature: Emotes Issues related to Emotes Priority: Low
Projects
None yet
Development

No branches or pull requests

3 participants