Page MenuHomePhabricator

[lib] Extract invite links actions
ClosedPublic

Authored by tomek on Jul 3 2023, 6:28 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, May 4, 5:16 AM
Unknown Object (File)
Sat, May 4, 5:16 AM
Unknown Object (File)
Sat, May 4, 5:15 AM
Unknown Object (File)
Sat, May 4, 5:13 AM
Unknown Object (File)
Sat, May 4, 4:43 AM
Unknown Object (File)
Apr 3 2024, 9:48 AM
Unknown Object (File)
Apr 3 2024, 9:48 AM
Unknown Object (File)
Apr 3 2024, 9:48 AM
Subscribers

Details

Summary

This logic is going to be used in a couple of places.

Depends on D8415

Test Plan

Check if manage links screen still works on native.

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

tomek requested review of this revision.Jul 3 2023, 6:47 AM
inka added inline comments.
lib/hooks/invite-links.js
57 ↗(On Diff #28347)

Why can't it just be createOrUpdateInviteLink? This name is not quite correct, and this just makes things confusing

This revision is now accepted and ready to land.Jul 4 2023, 12:34 AM

Rename

lib/hooks/invite-links.js
57 ↗(On Diff #28347)

Makes sense!

This revision was automatically updated to reflect the committed changes.