Просмотр исходного кода

Make incoming call message clearer

Tulir Asokan 1 год назад
Родитель
Сommit
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{