Skip to content
Snippets Groups Projects

Frond End Assistance And Iterative Clean Up

Merged Josh Brooks requested to merge XX-4076/UnexpectedEndOfJson into release
1 file
+ 2
1
Compare changes
  • Side-by-side
  • Inline
+ 2
1
@@ -79,7 +79,8 @@ func (c *Cmix) MakeReceptionIdentity() ([]byte, error) {
}
// MakeLegacyReceptionIdentity generates the legacy identity for receiving
// messages.
// messages. As with all legacy calls, this should primarily be used
// for the xx messenger team.
func (c *Cmix) MakeLegacyReceptionIdentity() ([]byte, error) {
ident, err := xxdk.MakeLegacyReceptionIdentity(c.api)
if err != nil {
Loading