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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Setting Icon in Headers (IOS) #1107

Open
cyschneck opened this issue May 14, 2024 · 5 comments
Open

Setting Icon in Headers (IOS) #1107

cyschneck opened this issue May 14, 2024 · 5 comments
Labels
馃 bug Something isn't working

Comments

@cyschneck
Copy link

馃悶 Describe the bug
Is the Icon option in headers meant to fill the green icon on the left?
IMG_6795

馃捇 Components impacted

IOS app

馃挕 Screenshots and/or logs
Currently, I have the link for the square image set to icon_img
icon_img = "https://inaturalist-open-data.s3.amazonaws.com/photos/24939293/square.jpg"
square

requests.post(f"https://ntfy.sh/{ntfy_id}",
			data="This is a test",
			headers = {
				"Title": "New Notification!",
				"Icon":icon_img})

But the green icon doesn't appear to be set by Icon

馃敭 Additional context

Notifications sent through Github Actions

@cyschneck cyschneck added the 馃 bug Something isn't working label May 14, 2024
@MindTooth
Copy link

MindTooth commented May 21, 2024

From what I gather, it's not supported.

https://docs.ntfy.sh/publish/#icons

@cyschneck
Copy link
Author

That's alright, what is the purpose of the icon variable then?

@wunter8
Copy link
Contributor

wunter8 commented May 23, 2024

It's only supported on Android right now

@cyschneck
Copy link
Author

Are there plans for IOS/iPhone in the future?

@wunter8
Copy link
Contributor

wunter8 commented May 23, 2024

Plans, yes. But no estimated timeline. We don't have any iOS devs to work on the app right now. If you know anyone willing to help out, send them our way!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
馃 bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants