tech-conferences / conference-data

Conference data for www.confs.tech
https://confs.tech
MIT License
261 stars 168 forks source link

Missing Mastodon title #6997

Closed JuanPabloDiaz closed 2 weeks ago

JuanPabloDiaz commented 2 weeks ago

after completing the form to add a conference, if the user adds a MastodonHandle, the link gets display in the PR but its missing the Mastodon:

Example: image

nimzco commented 2 weeks ago

This should do it! https://github.com/tech-conferences/api.confs.tech/pull/91 :)

JuanPabloDiaz commented 2 weeks ago

It works, thank you!

That techConf(bot) is like black magic to me. It will be awesome if I could understand how you guys put it together

nimzco commented 2 weeks ago

Oh, it's actually just a real user with a token to use through the GH API. It's being used by the Rails App in the api.confs.tech repo