2023-08-09 04:25:02 +09:00
# <img src="https://github.com/TheEssem/mastodon/raw/main/app/javascript/icons/android-chrome-256x256.png" width="128"> Chuckya
2024-01-04 04:14:52 +09:00
Chuckya is a close-to-upstream soft fork of Mastodon Glitch Edition (more commonly known as glitch-soc) that aims to introduce more experimental features/fixes with the goal of making the overall experience more enjoyable. Although it's mainly developed for and used on the [wetdry.world ](https://wetdry.world ) instance, it can be deployed by any server admin as a drop-in, backwards-compatible replacement for Mastodon.
2023-08-09 04:25:02 +09:00
Here are some of the changes compared to glitch-soc:
2023-11-16 02:05:13 +09:00
- Emoji reactions (glitch-soc/mastodon#2462)
2023-08-09 04:25:02 +09:00
- Tenor GIF picker (originally from [koyu.space ](https://github.com/koyuspace/mastodon ))
- Mastodon Modern theme (licensed under CC-BY-SA 4.0, [original repo ](https://codeberg.org/Freeplay/Mastodon-Modern ))
2024-01-04 04:14:52 +09:00
- Workaround for OpenGraph video embeds when using [Jortage ](https://jortage.com )
- Multiple fixes for oEmbed/OpenGraph embeds
- Polls can be posted alongside media (glitch-soc/mastodon#2524)
2023-12-18 10:53:27 +09:00
- Polls can have only one option
2023-11-06 11:10:42 +09:00
- Restores status trend half-life to 2 hours
2023-12-18 10:53:27 +09:00
- Allows dashes in custom emote names
- Emojis can be put side-by-side
2024-01-04 04:14:52 +09:00
- Unicode emojis use [`jdecked/twemoji` ](https://github.com/jdecked/twemoji ) v15 graphics (mastodon/mastodon#28404)
2023-08-09 04:25:02 +09:00
- Minor media attachment tweaks
- Custom favicon
Original glitch-soc readme is below. Setup instructions are the same as glitch-soc's.
2023-04-09 00:23:24 +09:00
# Mastodon Glitch Edition
2017-07-13 15:55:55 +09:00
2023-04-09 00:23:24 +09:00
> Now with automated deploys!
2016-02-23 21:08:01 +09:00
2018-09-29 01:24:40 +09:00
[![Build Status ](https://img.shields.io/circleci/project/github/glitch-soc/mastodon.svg )][circleci]
2021-07-14 00:57:15 +09:00
[![Code Climate ](https://img.shields.io/codeclimate/maintainability/glitch-soc/mastodon.svg )][code_climate]
2018-09-03 21:34:39 +09:00
[circleci]: https://circleci.com/gh/glitch-soc/mastodon
2021-07-14 00:57:15 +09:00
[code_climate]: https://codeclimate.com/github/glitch-soc/mastodon
2017-07-01 01:36:10 +09:00
2022-01-11 02:01:22 +09:00
So here's the deal: we all work on this code, and anyone who uses that does so absolutely at their own risk. can you dig it?
2017-07-13 15:55:55 +09:00
2017-07-16 07:34:46 +09:00
- You can view documentation for this project at [glitch-soc.github.io/docs/ ](https://glitch-soc.github.io/docs/ ).
2017-07-13 15:55:55 +09:00
- And contributing guidelines are available [here ](CONTRIBUTING.md ) and [here ](https://glitch-soc.github.io/docs/contributing/ ).