Corporation invite notifications are being sent to a wrong context

Here’s an example from Tonatsi:

{
  "id": "e58c2fdd6e6b211587081a743d992d59",
  "type": "CORPORATION_MANAGER_INVITE_ACCEPTED",
  "contextId": "b734dc29908b8b24b58e0d73306f631b",
  "naturalId": "344f78f081703337febff6411ff41888",
  "time": {
    "timestamp": 1748950188313
  },
  "data": [
    {
      "key": "corporation",
      "value": {
        "id": "b734dc29908b8b24b58e0d73306f631b",
        "name": "Cosmocene Combine",
        "code": "COSM",
        "_type": "corporation",
        "_proxy_key": "b734dc29908b8b24b58e0d73306f631b"
      }
    },
    {
      "key": "invitee",
      "value": {
        "id": "344f78f081703337febff6411ff41888",
        "name": "Eternity's Complex",
        "code": "EYCX",
        "_type": "company",
        "_proxy_key": "344f78f081703337febff6411ff41888"
      }
    }
  ],
  "seen": false,
  "read": false
}

His company id is e4793c508caef0f4b06ef7839ee81827, but this notification was sent to b734dc29908b8b24b58e0d73306f631b, which is an id of the COSM corporation. There is no in-game way to view notifications sent to this context.

He also said that he hasn’t seen this type of notification for a long time, so I assume this bug first appeared with the introduction of government contexts.

Some other notification types may also be sent to a wrong context, but I’ve only seen CORPORATION_MANAGER_INVITE_ACCEPTED doing this so far.

Thanks, I created a ticket for that.