godotengine / godotengine/issue-bot

Use the correct fields after talking to rocket.chat

Open
#2 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
9
Forks
4
PR merge metrics
No merged PRs in 30d

Description

We currently use the following to construct the attachments:
```
"author_icon": avatar_url,
"author_link": issue['html_url'],
"author_name": f"{repository.title()} [{issue_type}]: {issue['title']} #{issue['number']}",
"text": status,
"ts": msg['ts'],
```
The reason for this is that on mobile tiles and tile links do not show up. However on desktop using this means that we can not collapse the extra fields. This smells like a bug somewhere but I'm not entirely sure where.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.