Submitted by danb
LensHub.sol#L929
All the external function of LensHub have whenNotPasued modifier.
However, LensHub is erc721 and the transfer function doesnt have the whenNotPaused modifier.
In case where the governance wants to stop all activity, they still cant stop transferring profiles nfts.
An example where stopping transferring tokens was actually very helpful:
https://mobile.twitter.com/flashfish0x/status/1466369783016869892.
Add whenNotPasued to _beforeTokenTransfer.
Zer0dot (Aave Lens) confirmed, resolved, and commented:
