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

Empty notice on Matrix #23742

Closed
ptman opened this issue Mar 27, 2023 · 1 comment · Fixed by #27839
Closed

Empty notice on Matrix #23742

ptman opened this issue Mar 27, 2023 · 1 comment · Fixed by #27839
Labels

Comments

@ptman
Copy link
Contributor

ptman commented Mar 27, 2023

Description

Pushing packages causes a notification to be sent via Matrix (as it should), but the notification is empty. Here's the output from devtools:

{
  "type": "m.room.message",
  "sender": "@gitea:domain.tld",
  "content": {
    "body": "",
    "msgtype": "m.notice",
    "format": "",
    "formatted_body": ""
  },
  "event_id": "$16799077162395uSyzy:domain.tld",
  "origin_server_ts": 1679907716675,
  "unsigned": {
    "age": 113167
  },
  "room_id": "!AlQEYiOnameiBnPOIj:domain.tld"
}

Other notifications (PR, Issues, ...) work fine.

Gitea Version

1.18.5

Can you reproduce the bug on the Gitea demo site?

No

Log Gist

No response

Screenshots

No response

Git Version

No response

Operating System

No response

How are you running Gitea?

Docker

Database

PostgreSQL

@ptman ptman added the type/bug label Mar 27, 2023
@ptman
Copy link
Contributor Author

ptman commented Oct 30, 2023

This still happens on 1.20.5

techknowlogick pushed a commit that referenced this issue Oct 31, 2023
Fix #23742

---------

Co-authored-by: KN4CK3R <admin@oldschoolhack.me>
GiteaBot pushed a commit to GiteaBot/gitea that referenced this issue Oct 31, 2023
Fix go-gitea#23742

---------

Co-authored-by: KN4CK3R <admin@oldschoolhack.me>
GiteaBot pushed a commit to GiteaBot/gitea that referenced this issue Oct 31, 2023
Fix go-gitea#23742

---------

Co-authored-by: KN4CK3R <admin@oldschoolhack.me>
silverwind pushed a commit that referenced this issue Oct 31, 2023
Backport #27839 by @lunny

Fix #23742

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: KN4CK3R <admin@oldschoolhack.me>
silverwind pushed a commit that referenced this issue Oct 31, 2023
Backport #27839 by @lunny

Fix #23742

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: KN4CK3R <admin@oldschoolhack.me>
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Dec 16, 2023
fuxiaohei pushed a commit to fuxiaohei/gitea that referenced this issue Jan 17, 2024
Fix go-gitea#23742

---------

Co-authored-by: KN4CK3R <admin@oldschoolhack.me>
silverwind pushed a commit to silverwind/gitea that referenced this issue Feb 20, 2024
Fix go-gitea#23742

---------

Co-authored-by: KN4CK3R <admin@oldschoolhack.me>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant