闭社主体 forked from https://github.com/tootsuite/mastodon
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
182 B

  1. Fabricator(:encrypted_message) do
  2. device
  3. from_account
  4. from_device_id { Faker::Number.number(digits: 5) }
  5. type 0
  6. body ""
  7. message_franking ""
  8. end