Skip to content

Commit 2638af4

Browse files
committed
Disable KRR consideration
1 parent ce4efd9 commit 2638af4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Altinn.Oed.Messaging/Services/OedMessagingService.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ public async Task<ReceiptExternal> SendMessage(OedMessageDetails correspondence)
8787
MessageSender = correspondence.Sender,
8888
VisibleDateTime = DateTime.Now,
8989
AllowForwarding = false,
90+
IsReservable = false,
9091
Content = new ExternalContentV2
9192
{
9293
LanguageCode = LanguageCode,
@@ -171,4 +172,4 @@ private static Notification1 CreateNotification(TransportType transportType, str
171172
}
172173
};
173174
}
174-
}
175+
}

0 commit comments

Comments
 (0)