Add some placeholders handling for e-mail template
This commit is contained in:
@@ -22,6 +22,8 @@ package io.kamax.mxisd.invitation;
|
||||
|
||||
import io.kamax.matrix._MatrixID;
|
||||
|
||||
import java.util.Map;
|
||||
|
||||
public interface IThreePidInvite {
|
||||
|
||||
_MatrixID getSender();
|
||||
@@ -32,4 +34,6 @@ public interface IThreePidInvite {
|
||||
|
||||
String getRoomId();
|
||||
|
||||
Map<String, String> getProperties();
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user