Fixed interactivity's TimeoutBehaviour.Ignore action
Created by: ivan-ristovic
Summary
There exists a slight oversight in the InteractivityExtension.SendPaginatedMessage
function in case TimeoutBehaviour.Ignore
is selected. The behaviour in that case is the same as TimeoutBehaviour.DeleteReactions
case.
Changes proposed
Do nothing in the TimeoutBehaviour.Ignore
case.