Instant messaging platform. Backend in Go. Clients: Swift iOS, Java Android, JS webapp, scriptable command line; chatbots
go
chat
golang
telegram
messaging
xmpp
messenger
grpc
whatsapp
instant-messaging
chatbots
chat-application
chatapp
webchat-server
chatserver
messaging-api
-
Updated
Sep 7, 2020 - Go
Right now we only set the
ipandlast_seen_atfields when a customer record is created. Let's update the customerupdate_metadataendpoint (https://github.com/papercups-io/papercups/blob/master/lib/chat_api_web/controllers/customer_controller.ex#L58) so that it also handles this.(I think we can just default the
last_seen_atfield to the current timestamp for now.)