看了Mastodon 3.4.0 的 changelog( https://github.com/tootsuite/mastodon/releases/tag/v3.4.0 ),我有两个问题:
a. 有人知道同一邮箱注册不同账号怎么操作吗?(那个 + trick 和加减 . 号)
原文是:
> Normally, people can make multiple accounts using the same e-mail address using the + trick or by inserting or removing . characters from the first part of their address.
b. 现在转嘟时能选可见范围了,但是转嘟时选“公开 public”和选“不公开 unlisted”有什么区别吗?转嘟不都是不出现在时间线上的吗?
pr 是:https://github.com/tootsuite/mastodon/pull/15704
(有些 bug 我之前都没发现哎,比如过滤器回不到“永不过期”那个……
@zero 你可以了解一下 canonical e-mail?https://artsy.github.io/blog/2013/06/23/normalizing-gmail-email-addresses-with-canonical-emails/
那一条相关的 commit 也写了怎么 normalize https://github.com/tootsuite/mastodon/pull/16049/commits/0a52597dd78999995a1cdb7da1782bd3ac87c90d app/helpers/email_helper.rb line 10
@unagi 我懂了!!!!!原来是这样啊!TIL!我以前都不知道邮件是大小写不敏感以及可以加那两个符号的,而且我根本没有抓到关键词 canonical e-mail!
(直接看代码太硬核了!我怕自己看不懂都没敢看一下试试~向你学习!
@unagi 忘记感谢了:谢谢象友指点!
@ShyKana @unagi 啊!非常感谢你提供的这些信息!我之前可能被 Gargron 带偏了,我又看了下 unagi 最开始发的那个链接,它确实说了大小写不敏感和点号是 Gmail 的特性,我当时还以为这是邮件协议的标准,还以为这就叫做“canonical e-mail”呢,看来我理解错了. 结合你发的 [2] 以及 [3],这应该是和邮件提供商有关的!
yahoo 邮箱我在用我有发言权哈哈哈!那个功能巨好用!在 “设置” -> “邮箱”里,有个“替身邮件地址”,一个人可以设置 500 个替身!举例来说,我的 yahoo 邮箱是 [email protected],我可以设置一个昵称,我设置的是 zer0zero(好像不能和 example 一样了,而且设置之后不能改),然后这个昵称后面就可以加各种东西了,比如注册长毛象我就用的 [email protected] 这样.
我解释 yahoo 这个是想做一个“主动和被动”的区分:yahoo 这个要自己主动设置才能使用,但 Gmail 的大小写和点号,好像是不需要设置,被动生效的技能?
好奇怪,已经有两个象友刚刚注册就直接关注我了,唯一的解释是 3.4.0 引入的 Follow suggestions. 但问题是:
> Only accounts that have opted-in to being discoverable from their profile settings, and that do not require follow requests, will be suggested.
这里的前半个条件“opted-in to being discoverable”到底是什么意思呢?我已经在 Settings -> Profile -> Appearance 里关掉了 List this account on the directory,也就是 3.4.0 以后的 Suggest account to others,在中文版里是:设置 -> 个人资料 -> 外观 -> 在本站用户目录中收录此账号(中文翻译没有调整),但好像还是被加入了 Follow suggestions 的列表?
我的问题是:我没有设置对吗?还是 3.4.0 有 bug 呢?