Update TalkatuMessage:id to be a string.

Review Request #879 — Created Aug. 5, 2021 and submitted — Latest diff uploaded

Information

talkatu/talkatu
default
49e874464f76

Reviewers

Many modern protocols are using uuids as id's and forcing that into a uint64 is
going to lead to collisions. So instead just use a string which should work for
everything.

Ran the demo and unit tests.

    Loading...