I'm officially starting an iOS/macOS developer meetup in Kansai, Japan! "Swift Kansai" will hold its first meeting on June 30th to chat about everything Apple announced at WWDC. If you're in the area come join us!!
I'm officially starting an iOS/macOS developer meetup in Kansai, Japan! "Swift Kansai" will hold its first meeting on June 30th to chat about everything Apple announced at WWDC. If you're in the area come join us!!
OK with push notifications started just one day my backend services is down. 🤡
We are looking for a new member for our #Mastodon core team to work with @Gargron, @renchap and @Claire on building the Mastodon #backend and web app!
This is a #remote #fulltime position and requires an overlap with the CET timezone.
Ideally:
- You are a #Ruby expert
- With prior experience in maintaining #opensource projects
- Prior knowledge of #ActivityPub is a big plus!
For more info and to apply:
https://jobs.ashbyhq.com/mastodon/de1e4d8a-5639-4b6a-86d7-97bd9c768b02
Communication notifications do look good. But it requires an extra request to server, because current implementation of push notification payload from Mastodon server lacks info of display name.
I created a PR for get rid of the request. Hope I'm doing Ruby right. 😂
Context iOS has a special type of notifications called communication notifications, it looks like this: Its minimal requirements are: an profile image an display name With current implementation...
#MastootMastodon now supports automatic switching between the light and dark theme, depending on your system setting.
It will be available in the upcoming 4.3 version, or is already there if your instance runs the nightly code.
You can switch to this new automatic theme in your Appearance preferences. Instance admins can also set it as the default theme (I just did it on mastodon.social and mastodon.online).
This has been done in https://github.com/mastodon/mastodon/pull/29748, thanks a lot to @nshki for the initial PR!
This is built on the work by @nshki in #20107 I rebased it, made the emoji selection code simpler and ensure it uses a consistent theme: in the web UI, the user setting is used, falling back to th...