Преглед на файлове

Make incoming call message clearer

Tulir Asokan преди 1 година
родител
ревизия
6178ced1fe
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      user.go

+ 2 - 2
user.go

@@ -655,9 +655,9 @@ func (user *User) handleCallStart(sender types.JID, id, callType string, ts time
 		return
 	}
 	portal := user.GetPortalByJID(sender)
-	text := "Incoming call"
+	text := "Incoming call. Use the WhatsApp app to answer."
 	if callType != "" {
-		text = fmt.Sprintf("Incoming %s call", callType)
+		text = fmt.Sprintf("Incoming %s call. Use the WhatsApp app to answer.", callType)
 	}
 	portal.messages <- PortalMessage{
 		fake: &fakeMessage{