Add warnings

This commit is contained in:
Alfonso Grillo 2022-12-30 11:25:42 +01:00
parent 5893d516fb
commit 6e9edfeceb
2 changed files with 2 additions and 0 deletions

View file

@ -568,6 +568,7 @@ class NotificationService: UNNotificationServiceExtension {
case .pollEnd:
notificationTitle = self.messageTitle(for: eventSenderName, in: roomDisplayName)
#warning("alfogrillo: TBC")
notificationBody = VectorL10n.pollTimelineEndedText
default:

View file

@ -32,6 +32,7 @@ struct TimelinePollView: View {
VStack(alignment: .leading, spacing: 16.0) {
if poll.representsPollEndedEvent {
#warning("alfogrillo: TBC")
Text(VectorL10n.pollTimelineEndedText)
.font(theme.fonts.footnote)
.foregroundColor(theme.colors.tertiaryContent)