Posts by RaphaelGodoi • 124 points
4 posts
- 
		3 votes3 answers756 viewsQ: How to remove duplicate data in this query?Eai personal blz? Next I’m using this query: select products.id as product_id, offers.id as offer_id, companies.id as company_id, products.title, (ST_Distance(companies.location, 'POINT(-48.030322… 
- 
		0 votes1 answer68 viewsA: How do Telegram and facebook messenger clean up notifications on devices?Answered. In the case of iOS you have to send the notification payload without Alert and with badge = 0, this way it will cancel notifications. {"aps":{"badge":0}} But for this to work out the… 
- 
		2 votes2 answers285 viewsA: How to align text with the image when the image has a vertical formatWould that be? .logos .box-images img{ margin: 0 auto; } 
- 
		4 votes1 answer68 viewsQ: How do Telegram and facebook messenger clean up notifications on devices?When you receive a notification by Telegram or Facebook Messenger on multiple devices, if you read the message on one of them in the other notification is removed. How does this happen? PS: this…