Back
Similar todos
Load previous page…
change meta tags & texts via telegram #topcallers
update meta tags in Telegram #screenshots
Upload changes for the Telegram bot with more infor and HTML markup #jobboardsearch
🍟 Side Project Weekend: Fixed Telegram notification bug for those using /compose page. Also refactored code on /write and /compose so that the streak is calculated accurately for success banner and Telegram message #lifelog
update personal twitter bio to use 🚧.to
Fix a lot of Telegram broken topics #jobboardsearch
Make Telegram bot support HTML #jobboardsearch
Tweet about fixing the Telegram bot by re engineering it x.com/rrmdp/status/1767906455… #jobboardsearch
Fix missing Telegram topics #jobboardsearch
fix bug where name and bio wasn't saved during onboarding #wip
merge PR for telegram bot
Change all Telegram IDs to strings (was integer before), because they can now be very long integers that don't fit our database #wip /cc @Jacklinke
fix tooltip text not bold if no bio available #nomads (thx @johnonolan)
fix bug where trialing users didn’t get write access to the chat #wip (h/t @hanspagel)
fix #nomads bio bug twitter.com/_danielmeade/stat…
fix crazy bug that would return empty reply if user card in /dating would be shown which had bio substr(0,200) first 200 chars, where 200th char is an emoji which it would split into (hamburger emoji), which would cause an illegal char (for @adriaanvrossum) #nomads fix by using multi byte substr mb_substr() instead of substr()