dce26700b2
Partially addresses #47424.
5 lines
89 B
Ruby
5 lines
89 B
Ruby
# frozen_string_literal: true
|
|
|
|
class NoteUserEntity < UserEntity
|
|
unexpose :web_url
|
|
end
|