-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0f32da1
commit d42e315
Showing
7 changed files
with
79 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
pub struct ReactionCodec {} | ||
|
||
impl ReactionCodec { | ||
const AUTHORITY_ID: &'static str = "xmtp.org"; | ||
pub const TYPE_ID: &'static str = "reaction"; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
pub struct ReadReceiptCodec {} | ||
|
||
impl ReadReceiptCodec { | ||
const AUTHORITY_ID: &'static str = "xmtp.org"; | ||
pub const TYPE_ID: &'static str = "read_receipt"; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
pub struct RemoteAttachmentCodec {} | ||
|
||
impl RemoteAttachmentCodec { | ||
const AUTHORITY_ID: &'static str = "xmtp.org"; | ||
pub const TYPE_ID: &'static str = "remote_attachment"; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
pub struct ReplyCodec {} | ||
|
||
impl ReplyCodec { | ||
const AUTHORITY_ID: &'static str = "xmtp.org"; | ||
pub const TYPE_ID: &'static str = "reply"; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
pub struct TransactionReferenceCodec {} | ||
|
||
impl TransactionReferenceCodec { | ||
const AUTHORITY_ID: &'static str = "xmtp.org"; | ||
pub const TYPE_ID: &'static str = "transaction_reference"; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters