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

Allow null for color, and do not add if if is null. #971

Open
risingfish opened this issue May 15, 2024 · 2 comments
Open

Allow null for color, and do not add if if is null. #971

risingfish opened this issue May 15, 2024 · 2 comments

Comments

@risingfish
Copy link

What feature do you want to see added?

We don't use the color option, and in fact it is not used at all if blocks are used, or if there are attachments. We have a mixture of simple message, and some complex blocks, and it's distracting seeing the default dim gray bar on some messages and not others. Allow color: null (or something else along those lines) when using a simple message without blocks, and don't set the color property for the message in those cases.

Here's an example of the inconsistency between block messages and non-block messages:
image

Upstream changes

No response

Are you interested in contributing this feature?

No response

@risingfish risingfish changed the title Allow null for color, and do not add it if null. Allow null for color, and do not add if if is null. May 15, 2024
@timja
Copy link
Member

timja commented May 15, 2024

Adding sendAsText: true might achieve the same thing?

@risingfish
Copy link
Author

Adding sendAsText: true might achieve the same thing?

I assume that will disable markdown? We're using that in a few places as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants