tuxxy / SMIRCH

SMIRCH is an SMS/MMS based Relay Chat.
GNU Affero General Public License v3.0
4 stars 4 forks source link

Request old DID upon resub #1

Open tuxxy opened 8 years ago

tuxxy commented 8 years ago

When a user unsubs, it releases their DID to allow another person to subscribe, admins do not release their DID.

When a user resubs to the chat, it should request the DID that they formerly had, if it has not been assigned to another user.

The user may do this by replying with /resub on any of the old threads they were chatting from. Upon receiving the /resub, SMIRCH will check to see if that DID is assigned, if it isn't, it will assign it to them.

tuxxy commented 8 years ago

Commit aeff3f4 needs to be tested before being merged into branch Master. Will do tomorrow! :)